Interface CapacityReservationTargetResponse.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CapacityReservationTargetResponse.Builder,
,CapacityReservationTargetResponse> SdkBuilder<CapacityReservationTargetResponse.Builder,
,CapacityReservationTargetResponse> SdkPojo
- Enclosing class:
CapacityReservationTargetResponse
public static interface CapacityReservationTargetResponse.Builder
extends SdkPojo, CopyableBuilder<CapacityReservationTargetResponse.Builder,CapacityReservationTargetResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncapacityReservationId
(String capacityReservationId) The ID of the targeted Capacity Reservation.capacityReservationResourceGroupArn
(String capacityReservationResourceGroupArn) The ARN of the targeted Capacity Reservation 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, sdkFields
-
Method Details
-
capacityReservationId
The ID of the targeted Capacity Reservation.
- Parameters:
capacityReservationId
- The ID of the targeted Capacity Reservation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
capacityReservationResourceGroupArn
CapacityReservationTargetResponse.Builder capacityReservationResourceGroupArn(String capacityReservationResourceGroupArn) The ARN of the targeted Capacity Reservation group.
- Parameters:
capacityReservationResourceGroupArn
- The ARN of the targeted Capacity Reservation group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-