Interface ExportDestinationConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ExportDestinationConfiguration.Builder,
,ExportDestinationConfiguration> SdkBuilder<ExportDestinationConfiguration.Builder,
,ExportDestinationConfiguration> SdkPojo
- Enclosing class:
ExportDestinationConfiguration
@Mutable
@NotThreadSafe
public static interface ExportDestinationConfiguration.Builder
extends SdkPojo, CopyableBuilder<ExportDestinationConfiguration.Builder,ExportDestinationConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionConfiguration for delivering to an Amazon S3 bucket.Configuration for delivering to an Amazon 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
-
s3
Configuration for delivering to an Amazon S3 bucket.
- Parameters:
s3
- Configuration for delivering to an Amazon S3 bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3
default ExportDestinationConfiguration.Builder s3(Consumer<S3ExportDestinationConfiguration.Builder> s3) Configuration for delivering to an Amazon S3 bucket.
This is a convenience method that creates an instance of theS3ExportDestinationConfiguration.Builder
avoiding the need to create one manually viaS3ExportDestinationConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tos3(S3ExportDestinationConfiguration)
.- Parameters:
s3
- a consumer that will call methods onS3ExportDestinationConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-