Interface DestinationSettings.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<DestinationSettings.Builder,,- DestinationSettings> - SdkBuilder<DestinationSettings.Builder,,- DestinationSettings> - SdkPojo
- Enclosing class:
- DestinationSettings
@Mutable
@NotThreadSafe
public static interface DestinationSettings.Builder
extends SdkPojo, CopyableBuilder<DestinationSettings.Builder,DestinationSettings> 
- 
Method SummaryModifier and TypeMethodDescriptiondefault DestinationSettings.Builders3Settings(Consumer<S3DestinationSettings.Builder> s3Settings) Settings associated with S3 destination This is a convenience method that creates an instance of theS3DestinationSettings.Builderavoiding the need to create one manually viaS3DestinationSettings.builder().s3Settings(S3DestinationSettings s3Settings) Settings associated with S3 destinationMethods 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- 
s3SettingsSettings associated with S3 destination- Parameters:
- s3Settings- Settings associated with S3 destination
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
s3SettingsSettings associated with S3 destination This is a convenience method that creates an instance of theS3DestinationSettings.Builderavoiding the need to create one manually viaS3DestinationSettings.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tos3Settings(S3DestinationSettings).- Parameters:
- s3Settings- a consumer that will call methods on- S3DestinationSettings.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-