public static interface DestinationSettings.Builder extends SdkPojo, CopyableBuilder<DestinationSettings.Builder,DestinationSettings>
| Modifier and Type | Method and Description |
|---|---|
default DestinationSettings.Builder |
s3Settings(Consumer<S3DestinationSettings.Builder> s3Settings)
Settings associated with S3 destination This is a convenience method that creates an instance of the
S3DestinationSettings.Builder avoiding the need to create one manually via
S3DestinationSettings.builder(). |
DestinationSettings.Builder |
s3Settings(S3DestinationSettings s3Settings)
Settings associated with S3 destination
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDestinationSettings.Builder s3Settings(S3DestinationSettings s3Settings)
s3Settings - Settings associated with S3 destinationdefault DestinationSettings.Builder s3Settings(Consumer<S3DestinationSettings.Builder> s3Settings)
S3DestinationSettings.Builder avoiding the need to create one manually via
S3DestinationSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to s3Settings(S3DestinationSettings).
s3Settings - a consumer that will call methods on S3DestinationSettings.Builders3Settings(S3DestinationSettings)Copyright © 2023. All rights reserved.