Interface DestinationSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DestinationSummary.Builder,
,DestinationSummary> SdkBuilder<DestinationSummary.Builder,
,DestinationSummary> SdkPojo
- Enclosing class:
DestinationSummary
@Mutable
@NotThreadSafe
public static interface DestinationSummary.Builder
extends SdkPojo, CopyableBuilder<DestinationSummary.Builder,DestinationSummary>
-
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.The Amazon Resource Name (ARN) of the delivery destination.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
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
-
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
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.
- Parameters:
roleArn
- The Amazon Resource Name (ARN) of the delivery destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-