Interface AudienceDestination.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AudienceDestination.Builder,
,AudienceDestination> SdkBuilder<AudienceDestination.Builder,
,AudienceDestination> SdkPojo
- Enclosing class:
AudienceDestination
@Mutable
@NotThreadSafe
public static interface AudienceDestination.Builder
extends SdkPojo, CopyableBuilder<AudienceDestination.Builder,AudienceDestination>
-
Method Summary
Modifier and TypeMethodDescriptiondefault AudienceDestination.Builder
s3Destination
(Consumer<S3ConfigMap.Builder> s3Destination) The Amazon S3 bucket and path for the configured audience.s3Destination
(S3ConfigMap s3Destination) The Amazon S3 bucket and path for the configured audience.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
-
s3Destination
The Amazon S3 bucket and path for the configured audience.
- Parameters:
s3Destination
- The Amazon S3 bucket and path for the configured audience.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Destination
The Amazon S3 bucket and path for the configured audience.
This is a convenience method that creates an instance of theS3ConfigMap.Builder
avoiding the need to create one manually viaS3ConfigMap.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tos3Destination(S3ConfigMap)
.- Parameters:
s3Destination
- a consumer that will call methods onS3ConfigMap.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-