Interface IngestionDestinationSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<IngestionDestinationSummary.Builder,IngestionDestinationSummary>,SdkBuilder<IngestionDestinationSummary.Builder,IngestionDestinationSummary>,SdkPojo
- Enclosing class:
- IngestionDestinationSummary
public static interface IngestionDestinationSummary.Builder extends SdkPojo, CopyableBuilder<IngestionDestinationSummary.Builder,IngestionDestinationSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IngestionDestinationSummary.Builderarn(String arn)The 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, sdkFields
-
-
-
-
Method Detail
-
arn
IngestionDestinationSummary.Builder arn(String 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.
-
-