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