Interface CreateDestinationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateDestinationRequest.Builder,
,CreateDestinationRequest> IotManagedIntegrationsRequest.Builder
,SdkBuilder<CreateDestinationRequest.Builder,
,CreateDestinationRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateDestinationRequest
@Mutable
@NotThreadSafe
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.Deprecated.Tags have been deprecated from this apiMethods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.iotmanagedintegrations.model.IotManagedIntegrationsRequest.Builder
build
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
-
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
Deprecated.Tags have been deprecated from this apiA 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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in 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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-