Interface CapacityReservationTarget.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CapacityReservationTarget.Builder,
,CapacityReservationTarget> SdkBuilder<CapacityReservationTarget.Builder,
,CapacityReservationTarget> SdkPojo
- Enclosing class:
CapacityReservationTarget
@Mutable
@NotThreadSafe
public static interface CapacityReservationTarget.Builder
extends SdkPojo, CopyableBuilder<CapacityReservationTarget.Builder,CapacityReservationTarget>
-
Method Summary
Modifier and TypeMethodDescriptioncapacityReservationId
(String capacityReservationId) Unique identifier for the capacity reservation.capacityReservationResourceGroupArn
(String capacityReservationResourceGroupArn) ARN of the capacity reservation resource group.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
-
capacityReservationId
Unique identifier for the capacity reservation.
- Parameters:
capacityReservationId
- Unique identifier for the capacity reservation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
capacityReservationResourceGroupArn
CapacityReservationTarget.Builder capacityReservationResourceGroupArn(String capacityReservationResourceGroupArn) ARN of the capacity reservation resource group.
- Parameters:
capacityReservationResourceGroupArn
- ARN of the capacity reservation resource group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-