Interface UpdateDestinationRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<UpdateDestinationRequest.Builder,,UpdateDestinationRequest> IotManagedIntegrationsRequest.Builder,SdkBuilder<UpdateDestinationRequest.Builder,,UpdateDestinationRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 UpdateDestinationRequest
public static interface UpdateDestinationRequest.Builder
extends IotManagedIntegrationsRequest.Builder, SdkPojo, CopyableBuilder<UpdateDestinationRequest.Builder,UpdateDestinationRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptiondeliveryDestinationArn(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.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
- 
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.
 
 - 
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
UpdateDestinationRequest.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:
 
 - 
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.
 
 - 
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.
 
 - 
overrideConfiguration
UpdateDestinationRequest.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
UpdateDestinationRequest.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.
 
 
 -