Interface CreateDestinationResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<CreateDestinationResponse.Builder,,- CreateDestinationResponse> - IotManagedIntegrationsResponse.Builder,- SdkBuilder<CreateDestinationResponse.Builder,,- CreateDestinationResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- CreateDestinationResponse
@Mutable
@NotThreadSafe
public static interface CreateDestinationResponse.Builder
extends IotManagedIntegrationsResponse.Builder, SdkPojo, CopyableBuilder<CreateDestinationResponse.Builder,CreateDestinationResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionThe name of the customer-managed destination.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.iotmanagedintegrations.model.IotManagedIntegrationsResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
nameThe 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.
 
 
-