Class CfnConnectorV2PropsMixin.ProviderProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.securityhub.CfnConnectorV2PropsMixin.ProviderProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConnectorV2PropsMixin.ProviderProperty>
- Enclosing interface:
CfnConnectorV2PropsMixin.ProviderProperty
@Stability(Stable)
public static final class CfnConnectorV2PropsMixin.ProviderProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConnectorV2PropsMixin.ProviderProperty>
A builder for
CfnConnectorV2PropsMixin.ProviderProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnConnectorV2PropsMixin.ProviderProperty.getJiraCloud()jiraCloud(IResolvable jiraCloud) Sets the value ofCfnConnectorV2PropsMixin.ProviderProperty.getJiraCloud()Sets the value ofCfnConnectorV2PropsMixin.ProviderProperty.getServiceNow()serviceNow(IResolvable serviceNow) Sets the value ofCfnConnectorV2PropsMixin.ProviderProperty.getServiceNow()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
jiraCloud
@Stability(Stable) public CfnConnectorV2PropsMixin.ProviderProperty.Builder jiraCloud(IResolvable jiraCloud) Sets the value ofCfnConnectorV2PropsMixin.ProviderProperty.getJiraCloud()- Parameters:
jiraCloud- Details about a Jira Cloud integration.- Returns:
this
-
jiraCloud
@Stability(Stable) public CfnConnectorV2PropsMixin.ProviderProperty.Builder jiraCloud(CfnConnectorV2PropsMixin.JiraCloudProviderConfigurationProperty jiraCloud) Sets the value ofCfnConnectorV2PropsMixin.ProviderProperty.getJiraCloud()- Parameters:
jiraCloud- Details about a Jira Cloud integration.- Returns:
this
-
serviceNow
@Stability(Stable) public CfnConnectorV2PropsMixin.ProviderProperty.Builder serviceNow(IResolvable serviceNow) Sets the value ofCfnConnectorV2PropsMixin.ProviderProperty.getServiceNow()- Parameters:
serviceNow- Details about a ServiceNow ITSM integration.- Returns:
this
-
serviceNow
@Stability(Stable) public CfnConnectorV2PropsMixin.ProviderProperty.Builder serviceNow(CfnConnectorV2PropsMixin.ServiceNowProviderConfigurationProperty serviceNow) Sets the value ofCfnConnectorV2PropsMixin.ProviderProperty.getServiceNow()- Parameters:
serviceNow- Details about a ServiceNow ITSM integration.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConnectorV2PropsMixin.ProviderProperty>- Returns:
- a new instance of
CfnConnectorV2PropsMixin.ProviderProperty - Throws:
NullPointerException- if any required attribute was not provided
-