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 Summary
Modifier and TypeMethodDescriptionbucketName
(String bucketName) The name of an S3 bucket within which harvested content will be exported.destinationPath
(String destinationPath) The path within the specified S3 bucket where the harvested content will be placed.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, sdkFieldNameToField, sdkFields
-
Method Details
-
bucketName
The name of an S3 bucket within which harvested content will be exported.
- Parameters:
bucketName
- The name of an S3 bucket within which harvested content will be exported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinationPath
The path within the specified S3 bucket where the harvested content will be placed.
- Parameters:
destinationPath
- The path within the specified S3 bucket where the harvested content will be placed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-