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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
capacityReservationIdUnique 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.
 
- 
capacityReservationResourceGroupArnCapacityReservationTarget.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.
 
 
-