Interface S3BucketSinkConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<S3BucketSinkConfiguration.Builder,
,S3BucketSinkConfiguration> SdkBuilder<S3BucketSinkConfiguration.Builder,
,S3BucketSinkConfiguration> SdkPojo
- Enclosing class:
S3BucketSinkConfiguration
@Mutable
@NotThreadSafe
public static interface S3BucketSinkConfiguration.Builder
extends SdkPojo, CopyableBuilder<S3BucketSinkConfiguration.Builder,S3BucketSinkConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptiondestination
(String destination) The destination URL of the S3 bucket.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
-
destination
The destination URL of the S3 bucket.
- Parameters:
destination
- The destination URL of the S3 bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-