public static interface UpdateIngestionDestinationRequest.Builder extends AppFabricRequest.Builder, SdkPojo, CopyableBuilder<UpdateIngestionDestinationRequest.Builder,UpdateIngestionDestinationRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateIngestionDestinationRequest.Builder |
appBundleIdentifier(String appBundleIdentifier)
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the
request.
|
default UpdateIngestionDestinationRequest.Builder |
destinationConfiguration(Consumer<DestinationConfiguration.Builder> destinationConfiguration)
Contains information about the destination of ingested data.
|
UpdateIngestionDestinationRequest.Builder |
destinationConfiguration(DestinationConfiguration destinationConfiguration)
Contains information about the destination of ingested data.
|
UpdateIngestionDestinationRequest.Builder |
ingestionDestinationIdentifier(String ingestionDestinationIdentifier)
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion destination to use for
the request.
|
UpdateIngestionDestinationRequest.Builder |
ingestionIdentifier(String ingestionIdentifier)
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to use for the request.
|
UpdateIngestionDestinationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateIngestionDestinationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateIngestionDestinationRequest.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.UpdateIngestionDestinationRequest.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.UpdateIngestionDestinationRequest.Builder ingestionDestinationIdentifier(String ingestionDestinationIdentifier)
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion destination to use for the request.
ingestionDestinationIdentifier - The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion destination to
use for the request.UpdateIngestionDestinationRequest.Builder destinationConfiguration(DestinationConfiguration destinationConfiguration)
Contains information about the destination of ingested data.
destinationConfiguration - Contains information about the destination of ingested data.default UpdateIngestionDestinationRequest.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)UpdateIngestionDestinationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateIngestionDestinationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.