public static interface CreateIngestionDestinationRequest.Builder extends AppFabricRequest.Builder, SdkPojo, CopyableBuilder<CreateIngestionDestinationRequest.Builder,CreateIngestionDestinationRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateIngestionDestinationRequest.Builder |
appBundleIdentifier(String appBundleIdentifier)
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the
request.
|
CreateIngestionDestinationRequest.Builder |
clientToken(String clientToken)
Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
default CreateIngestionDestinationRequest.Builder |
destinationConfiguration(Consumer<DestinationConfiguration.Builder> destinationConfiguration)
Contains information about the destination of ingested data.
|
CreateIngestionDestinationRequest.Builder |
destinationConfiguration(DestinationConfiguration destinationConfiguration)
Contains information about the destination of ingested data.
|
CreateIngestionDestinationRequest.Builder |
ingestionIdentifier(String ingestionIdentifier)
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to use for the request.
|
CreateIngestionDestinationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateIngestionDestinationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default CreateIngestionDestinationRequest.Builder |
processingConfiguration(Consumer<ProcessingConfiguration.Builder> processingConfiguration)
Contains information about how ingested data is processed.
|
CreateIngestionDestinationRequest.Builder |
processingConfiguration(ProcessingConfiguration processingConfiguration)
Contains information about how ingested data is processed.
|
CreateIngestionDestinationRequest.Builder |
tags(Collection<Tag> tags)
A map of the key-value pairs of the tag or tags to assign to the resource.
|
CreateIngestionDestinationRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
A map of the key-value pairs of the tag or tags to assign to the resource.
|
CreateIngestionDestinationRequest.Builder |
tags(Tag... tags)
A map of the key-value pairs of the tag or tags to assign to the resource.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateIngestionDestinationRequest.Builder appBundleIdentifier(String appBundleIdentifier)
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.
appBundleIdentifier - The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the
request.CreateIngestionDestinationRequest.Builder ingestionIdentifier(String ingestionIdentifier)
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to use for the request.
ingestionIdentifier - The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to use for the
request.CreateIngestionDestinationRequest.Builder processingConfiguration(ProcessingConfiguration processingConfiguration)
Contains information about how ingested data is processed.
processingConfiguration - Contains information about how ingested data is processed.default CreateIngestionDestinationRequest.Builder processingConfiguration(Consumer<ProcessingConfiguration.Builder> processingConfiguration)
Contains information about how ingested data is processed.
This is a convenience method that creates an instance of theProcessingConfiguration.Builder avoiding
the need to create one manually via ProcessingConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to processingConfiguration(ProcessingConfiguration).
processingConfiguration - a consumer that will call methods on ProcessingConfiguration.BuilderprocessingConfiguration(ProcessingConfiguration)CreateIngestionDestinationRequest.Builder destinationConfiguration(DestinationConfiguration destinationConfiguration)
Contains information about the destination of ingested data.
destinationConfiguration - Contains information about the destination of ingested data.default CreateIngestionDestinationRequest.Builder destinationConfiguration(Consumer<DestinationConfiguration.Builder> destinationConfiguration)
Contains information about the destination of ingested data.
This is a convenience method that creates an instance of theDestinationConfiguration.Builder
avoiding the need to create one manually via DestinationConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to destinationConfiguration(DestinationConfiguration).
destinationConfiguration - a consumer that will call methods on DestinationConfiguration.BuilderdestinationConfiguration(DestinationConfiguration)CreateIngestionDestinationRequest.Builder clientToken(String clientToken)
Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency of the request. This lets you safely retry the request without accidentally performing the same operation a second time. Passing the same value to a later call to an operation requires that you also pass the same value for all other parameters. We recommend that you use a UUID type of value.
If you don't provide this value, then Amazon Web Services generates a random one for you.
If you retry the operation with the same ClientToken, but with different parameters, the retry
fails with an IdempotentParameterMismatch error.
clientToken - Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency of the
request. This lets you safely retry the request without accidentally performing the same operation a
second time. Passing the same value to a later call to an operation requires that you also pass the
same value for all other parameters. We recommend that you use a UUID type of value.
If you don't provide this value, then Amazon Web Services generates a random one for you.
If you retry the operation with the same ClientToken, but with different parameters, the
retry fails with an IdempotentParameterMismatch error.
CreateIngestionDestinationRequest.Builder tags(Collection<Tag> tags)
A map of the key-value pairs of the tag or tags to assign to the resource.
tags - A map of the key-value pairs of the tag or tags to assign to the resource.CreateIngestionDestinationRequest.Builder tags(Tag... tags)
A map of the key-value pairs of the tag or tags to assign to the resource.
tags - A map of the key-value pairs of the tag or tags to assign to the resource.CreateIngestionDestinationRequest.Builder tags(Consumer<Tag.Builder>... tags)
A map of the key-value pairs of the tag or tags to assign to the resource.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one manually
via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) CreateIngestionDestinationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateIngestionDestinationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.