Class CfnExportMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.dynamodb.CfnExportMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnExportMixinProps>
- Enclosing interface:
CfnExportMixinProps
@Stability(Stable)
public static final class CfnExportMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnExportMixinProps>
A builder for
CfnExportMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.exportFormat(String exportFormat) Sets the value ofCfnExportMixinProps.getExportFormat()exportType(String exportType) Sets the value ofCfnExportMixinProps.getExportType()Sets the value ofCfnExportMixinProps.getS3Bucket()s3BucketOwner(String s3BucketOwner) Sets the value ofCfnExportMixinProps.getS3BucketOwner()Sets the value ofCfnExportMixinProps.getS3Prefix()s3SseAlgorithm(String s3SseAlgorithm) Sets the value ofCfnExportMixinProps.getS3SseAlgorithm()Sets the value ofCfnExportMixinProps.getTableArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
exportFormat
Sets the value ofCfnExportMixinProps.getExportFormat()- Parameters:
exportFormat- The format of the exported data.- Returns:
this
-
exportType
Sets the value ofCfnExportMixinProps.getExportType()- Parameters:
exportType- The type of export that was performed.- Returns:
this
-
s3Bucket
Sets the value ofCfnExportMixinProps.getS3Bucket()- Parameters:
s3Bucket- The name of the Amazon S3 bucket containing the export.- Returns:
this
-
s3BucketOwner
Sets the value ofCfnExportMixinProps.getS3BucketOwner()- Parameters:
s3BucketOwner- The ID of the Amazon Web Services account that owns the bucket containing the export.- Returns:
this
-
s3Prefix
Sets the value ofCfnExportMixinProps.getS3Prefix()- Parameters:
s3Prefix- The Amazon S3 bucket prefix used as the file name and path of the exported snapshot.- Returns:
this
-
s3SseAlgorithm
Sets the value ofCfnExportMixinProps.getS3SseAlgorithm()- Parameters:
s3SseAlgorithm- Type of encryption used on the bucket where export data is stored.- Returns:
this
-
tableArn
Sets the value ofCfnExportMixinProps.getTableArn()- Parameters:
tableArn- The Amazon Resource Name (ARN) of the table that was exported.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnExportMixinProps>- Returns:
- a new instance of
CfnExportMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-