Interface S3DestinationConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<S3DestinationConfig.Builder,
,S3DestinationConfig> SdkBuilder<S3DestinationConfig.Builder,
,S3DestinationConfig> SdkPojo
- Enclosing class:
S3DestinationConfig
public static interface S3DestinationConfig.Builder
extends SdkPojo, CopyableBuilder<S3DestinationConfig.Builder,S3DestinationConfig>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the Amazon S3 bucket to use as the destination for an export job.The Amazon S3 bucket prefix for an export job.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
bucket
The name of the Amazon S3 bucket to use as the destination for an export job.
- Parameters:
bucket
- The name of the Amazon S3 bucket to use as the destination for an export job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
keyPrefix
The Amazon S3 bucket prefix for an export job.
- Parameters:
keyPrefix
- The Amazon S3 bucket prefix for an export job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-