Interface IngestionDestinationSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<IngestionDestinationSummary.Builder,
,IngestionDestinationSummary> SdkBuilder<IngestionDestinationSummary.Builder,
,IngestionDestinationSummary> SdkPojo
- Enclosing class:
IngestionDestinationSummary
@Mutable
@NotThreadSafe
public static interface IngestionDestinationSummary.Builder
extends SdkPojo, CopyableBuilder<IngestionDestinationSummary.Builder,IngestionDestinationSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the ingestion destination.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
-
arn
The Amazon Resource Name (ARN) of the ingestion destination.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the ingestion destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-