Class CfnDomainPropsMixin.S3ExportingConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.customerprofiles.CfnDomainPropsMixin.S3ExportingConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDomainPropsMixin.S3ExportingConfigProperty>
- Enclosing interface:
CfnDomainPropsMixin.S3ExportingConfigProperty
@Stability(Stable)
public static final class CfnDomainPropsMixin.S3ExportingConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDomainPropsMixin.S3ExportingConfigProperty>
A builder for
CfnDomainPropsMixin.S3ExportingConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.s3BucketName(String s3BucketName) Sets the value ofCfnDomainPropsMixin.S3ExportingConfigProperty.getS3BucketName()Sets the value ofCfnDomainPropsMixin.S3ExportingConfigProperty.getS3KeyName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
s3BucketName
@Stability(Stable) public CfnDomainPropsMixin.S3ExportingConfigProperty.Builder s3BucketName(String s3BucketName) Sets the value ofCfnDomainPropsMixin.S3ExportingConfigProperty.getS3BucketName()- Parameters:
s3BucketName- The name of the S3 bucket where Identity Resolution Jobs write result files.- Returns:
this
-
s3KeyName
@Stability(Stable) public CfnDomainPropsMixin.S3ExportingConfigProperty.Builder s3KeyName(String s3KeyName) Sets the value ofCfnDomainPropsMixin.S3ExportingConfigProperty.getS3KeyName()- Parameters:
s3KeyName- The S3 key name of the location where Identity Resolution Jobs write result files.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDomainPropsMixin.S3ExportingConfigProperty>- Returns:
- a new instance of
CfnDomainPropsMixin.S3ExportingConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-