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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description S3DestinationConfig.Builderbucket(String bucket)The name of the Amazon S3 bucket to use as the destination for an export job.S3DestinationConfig.BuilderkeyPrefix(String keyPrefix)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 Detail
-
bucket
S3DestinationConfig.Builder bucket(String 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
S3DestinationConfig.Builder keyPrefix(String 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.
-
-