Class CfnMigrationProject.SchemaConversionApplicationAttributesProperty.Builder
java.lang.Object
software.amazon.awscdk.services.dms.CfnMigrationProject.SchemaConversionApplicationAttributesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMigrationProject.SchemaConversionApplicationAttributesProperty>
- Enclosing interface:
CfnMigrationProject.SchemaConversionApplicationAttributesProperty
@Stability(Stable)
public static final class CfnMigrationProject.SchemaConversionApplicationAttributesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMigrationProject.SchemaConversionApplicationAttributesProperty>
-
Constructor Summary
-
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 CfnMigrationProject.SchemaConversionApplicationAttributesProperty.Builder s3BucketPath(String s3BucketPath) Sets the value ofCfnMigrationProject.SchemaConversionApplicationAttributesProperty.getS3BucketPath()
- Parameters:
s3BucketPath
- the value to be set.- Returns:
this
-
s3BucketRoleArn
@Stability(Stable) public CfnMigrationProject.SchemaConversionApplicationAttributesProperty.Builder s3BucketRoleArn(String s3BucketRoleArn) Sets the value ofCfnMigrationProject.SchemaConversionApplicationAttributesProperty.getS3BucketRoleArn()
- Parameters:
s3BucketRoleArn
- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnMigrationProject.SchemaConversionApplicationAttributesProperty>
- Returns:
- a new instance of
CfnMigrationProject.SchemaConversionApplicationAttributesProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-