Interface S3DestinationConfig.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<S3DestinationConfig.Builder,,- S3DestinationConfig> - SdkBuilder<S3DestinationConfig.Builder,,- S3DestinationConfig> - SdkPojo
- Enclosing class:
- S3DestinationConfig
@Mutable
@NotThreadSafe
public static interface S3DestinationConfig.Builder
extends SdkPojo, CopyableBuilder<S3DestinationConfig.Builder,S3DestinationConfig> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
bucketThe 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.
 
- 
keyPrefixThe 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.
 
 
-