Class CfnConnectorV2.JiraCloudProperty.Builder
java.lang.Object
software.amazon.awscdk.services.securityhub.CfnConnectorV2.JiraCloudProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConnectorV2.JiraCloudProperty>
- Enclosing interface:
CfnConnectorV2.JiraCloudProperty
@Stability(Stable)
public static final class CfnConnectorV2.JiraCloudProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConnectorV2.JiraCloudProperty>
A builder for
CfnConnectorV2.JiraCloudProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionauthStatus(String authStatus) Sets the value ofCfnConnectorV2.JiraCloudProperty.getAuthStatus()Sets the value ofCfnConnectorV2.JiraCloudProperty.getAuthUrl()build()Builds the configured instance.Sets the value ofCfnConnectorV2.JiraCloudProperty.getCloudId()Sets the value ofCfnConnectorV2.JiraCloudProperty.getDomain()projectKey(String projectKey) Sets the value ofCfnConnectorV2.JiraCloudProperty.getProjectKey()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
projectKey
Sets the value ofCfnConnectorV2.JiraCloudProperty.getProjectKey()- Parameters:
projectKey- the value to be set. This parameter is required.- Returns:
this
-
authStatus
Sets the value ofCfnConnectorV2.JiraCloudProperty.getAuthStatus()- Parameters:
authStatus- The auth status of the connector.- Returns:
this
-
authUrl
Sets the value ofCfnConnectorV2.JiraCloudProperty.getAuthUrl()- Parameters:
authUrl- The authUrl of the JiraCloud connector.- Returns:
this
-
cloudId
Sets the value ofCfnConnectorV2.JiraCloudProperty.getCloudId()- Parameters:
cloudId- the value to be set.- Returns:
this
-
domain
Sets the value ofCfnConnectorV2.JiraCloudProperty.getDomain()- Parameters:
domain- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConnectorV2.JiraCloudProperty>- Returns:
- a new instance of
CfnConnectorV2.JiraCloudProperty - Throws:
NullPointerException- if any required attribute was not provided
-