Class CfnPlanPropsMixin.NeptuneGlobalDatabaseConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.arcregionswitch.CfnPlanPropsMixin.NeptuneGlobalDatabaseConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPlanPropsMixin.NeptuneGlobalDatabaseConfigurationProperty>
- Enclosing interface:
CfnPlanPropsMixin.NeptuneGlobalDatabaseConfigurationProperty
@Stability(Stable)
public static final class CfnPlanPropsMixin.NeptuneGlobalDatabaseConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPlanPropsMixin.NeptuneGlobalDatabaseConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.crossAccountRole(String crossAccountRole) externalId(String externalId) globalClusterIdentifier(String globalClusterIdentifier) regionDatabaseClusterArns(Map<String, String> regionDatabaseClusterArns) regionDatabaseClusterArns(IResolvable regionDatabaseClusterArns) timeoutMinutes(Number timeoutMinutes) ungraceful(IResolvable ungraceful)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
behavior
@Stability(Stable) public CfnPlanPropsMixin.NeptuneGlobalDatabaseConfigurationProperty.Builder behavior(String behavior) - Parameters:
behavior- the value to be set.- Returns:
this
-
crossAccountRole
@Stability(Stable) public CfnPlanPropsMixin.NeptuneGlobalDatabaseConfigurationProperty.Builder crossAccountRole(String crossAccountRole) Sets the value ofCfnPlanPropsMixin.NeptuneGlobalDatabaseConfigurationProperty.getCrossAccountRole()- Parameters:
crossAccountRole- the value to be set.- Returns:
this
-
externalId
@Stability(Stable) public CfnPlanPropsMixin.NeptuneGlobalDatabaseConfigurationProperty.Builder externalId(String externalId) - Parameters:
externalId- the value to be set.- Returns:
this
-
globalClusterIdentifier
@Stability(Stable) public CfnPlanPropsMixin.NeptuneGlobalDatabaseConfigurationProperty.Builder globalClusterIdentifier(String globalClusterIdentifier) Sets the value ofCfnPlanPropsMixin.NeptuneGlobalDatabaseConfigurationProperty.getGlobalClusterIdentifier()- Parameters:
globalClusterIdentifier- the value to be set.- Returns:
this
-
regionDatabaseClusterArns
@Stability(Stable) public CfnPlanPropsMixin.NeptuneGlobalDatabaseConfigurationProperty.Builder regionDatabaseClusterArns(IResolvable regionDatabaseClusterArns) Sets the value ofCfnPlanPropsMixin.NeptuneGlobalDatabaseConfigurationProperty.getRegionDatabaseClusterArns()- Parameters:
regionDatabaseClusterArns- the value to be set.- Returns:
this
-
regionDatabaseClusterArns
@Stability(Stable) public CfnPlanPropsMixin.NeptuneGlobalDatabaseConfigurationProperty.Builder regionDatabaseClusterArns(Map<String, String> regionDatabaseClusterArns) Sets the value ofCfnPlanPropsMixin.NeptuneGlobalDatabaseConfigurationProperty.getRegionDatabaseClusterArns()- Parameters:
regionDatabaseClusterArns- the value to be set.- Returns:
this
-
timeoutMinutes
@Stability(Stable) public CfnPlanPropsMixin.NeptuneGlobalDatabaseConfigurationProperty.Builder timeoutMinutes(Number timeoutMinutes) - Parameters:
timeoutMinutes- the value to be set.- Returns:
this
-
ungraceful
@Stability(Stable) public CfnPlanPropsMixin.NeptuneGlobalDatabaseConfigurationProperty.Builder ungraceful(IResolvable ungraceful) - Parameters:
ungraceful- the value to be set.- Returns:
this
-
ungraceful
@Stability(Stable) public CfnPlanPropsMixin.NeptuneGlobalDatabaseConfigurationProperty.Builder ungraceful(CfnPlanPropsMixin.NeptuneUngracefulProperty ungraceful) - Parameters:
ungraceful- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPlanPropsMixin.NeptuneGlobalDatabaseConfigurationProperty>- Returns:
- a new instance of
CfnPlanPropsMixin.NeptuneGlobalDatabaseConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-