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 Summary
Modifier and TypeMethodDescriptionThe name of the customer-managed destination.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.iotmanagedintegrations.model.IotManagedIntegrationsResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
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.
-