Interface GetDestinationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetDestinationResponse.Builder,
,GetDestinationResponse> IotManagedIntegrationsResponse.Builder
,SdkBuilder<GetDestinationResponse.Builder,
,GetDestinationResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetDestinationResponse
@Mutable
@NotThreadSafe
public static interface GetDestinationResponse.Builder
extends IotManagedIntegrationsResponse.Builder, SdkPojo, CopyableBuilder<GetDestinationResponse.Builder,GetDestinationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe timestamp value of when the destination creation requset occurred.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.The Amazon Resource Name (ARN) of the delivery destination role.Deprecated.Tags has been deprecated from this apiThe timestamp value of when the destination update requset occurred.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
-
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.
-
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
GetDestinationResponse.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.
-
createdAt
The timestamp value of when the destination creation requset occurred.
- Parameters:
createdAt
- The timestamp value of when the destination creation requset occurred.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The timestamp value of when the destination update requset occurred.
- Parameters:
updatedAt
- The timestamp value of when the destination update requset occurred.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
Deprecated.Tags has been deprecated from this apiA set of key/value pairs that are used to manage the customer-managed destination.
- Parameters:
tags
- A set of key/value pairs that are used to manage the customer-managed destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-