Interface CreateDestinationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateDestinationRequest.Builder,,CreateDestinationRequest> IotManagedIntegrationsRequest.Builder,SdkBuilder<CreateDestinationRequest.Builder,,CreateDestinationRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
CreateDestinationRequest
public static interface CreateDestinationRequest.Builder
extends IotManagedIntegrationsRequest.Builder, SdkPojo, CopyableBuilder<CreateDestinationRequest.Builder,CreateDestinationRequest>
-
Method Summary
Modifier and TypeMethodDescriptionclientToken(String clientToken) An idempotency token.deliveryDestinationArn(String deliveryDestinationArn) The Amazon Resource Name (ARN) of the customer-managed destination.deliveryDestinationType(String deliveryDestinationType) The destination type for the customer-managed destination.deliveryDestinationType(DeliveryDestinationType deliveryDestinationType) The destination type for the customer-managed destination.description(String description) The description of the customer-managed destination.The name of the customer-managed destination.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The Amazon Resource Name (ARN) of the delivery destination role.A set of key/value pairs that are used to manage the destination.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.iotmanagedintegrations.model.IotManagedIntegrationsRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
deliveryDestinationArn
The Amazon Resource Name (ARN) of the customer-managed destination.
- Parameters:
deliveryDestinationArn- The Amazon Resource Name (ARN) of the customer-managed destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deliveryDestinationType
The destination type for the customer-managed destination.
- Parameters:
deliveryDestinationType- The destination type for the customer-managed destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
deliveryDestinationType
CreateDestinationRequest.Builder deliveryDestinationType(DeliveryDestinationType deliveryDestinationType) The destination type for the customer-managed destination.
- Parameters:
deliveryDestinationType- The destination type for the customer-managed destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
name
The name of the customer-managed destination.
- Parameters:
name- The name of the customer-managed destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleArn
The Amazon Resource Name (ARN) of the delivery destination role.
- Parameters:
roleArn- The Amazon Resource Name (ARN) of the delivery destination role.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
An idempotency token. If you retry a request that completed successfully initially using the same client token and parameters, then the retry attempt will succeed without performing any further actions.
- Parameters:
clientToken- An idempotency token. If you retry a request that completed successfully initially using the same client token and parameters, then the retry attempt will succeed without performing any further actions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the customer-managed destination.
- Parameters:
description- The description of the customer-managed destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
A set of key/value pairs that are used to manage the destination.
- Parameters:
tags- A set of key/value pairs that are used to manage the destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateDestinationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateDestinationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-