Class CfnMigrationProjectPropsMixin.SchemaConversionApplicationAttributesProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.dms.CfnMigrationProjectPropsMixin.SchemaConversionApplicationAttributesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMigrationProjectPropsMixin.SchemaConversionApplicationAttributesProperty>
- Enclosing interface:
CfnMigrationProjectPropsMixin.SchemaConversionApplicationAttributesProperty
@Stability(Stable)
public static final class CfnMigrationProjectPropsMixin.SchemaConversionApplicationAttributesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMigrationProjectPropsMixin.SchemaConversionApplicationAttributesProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.s3BucketPath(String s3BucketPath) s3BucketRoleArn(String s3BucketRoleArn)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
s3BucketPath
@Stability(Stable) public CfnMigrationProjectPropsMixin.SchemaConversionApplicationAttributesProperty.Builder s3BucketPath(String s3BucketPath) Sets the value ofCfnMigrationProjectPropsMixin.SchemaConversionApplicationAttributesProperty.getS3BucketPath()- Parameters:
s3BucketPath- the value to be set.- Returns:
this
-
s3BucketRoleArn
@Stability(Stable) public CfnMigrationProjectPropsMixin.SchemaConversionApplicationAttributesProperty.Builder s3BucketRoleArn(String s3BucketRoleArn) Sets the value ofCfnMigrationProjectPropsMixin.SchemaConversionApplicationAttributesProperty.getS3BucketRoleArn()- Parameters:
s3BucketRoleArn- the value to be set.- Returns:
this
-
build
@Stability(Stable) public CfnMigrationProjectPropsMixin.SchemaConversionApplicationAttributesProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnMigrationProjectPropsMixin.SchemaConversionApplicationAttributesProperty>- Returns:
- a new instance of
CfnMigrationProjectPropsMixin.SchemaConversionApplicationAttributesProperty - Throws:
NullPointerException- if any required attribute was not provided
-