Interface CapacityReservationInfo.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CapacityReservationInfo.Builder,
,CapacityReservationInfo> SdkBuilder<CapacityReservationInfo.Builder,
,CapacityReservationInfo> SdkPojo
- Enclosing class:
CapacityReservationInfo
public static interface CapacityReservationInfo.Builder
extends SdkPojo, CopyableBuilder<CapacityReservationInfo.Builder,CapacityReservationInfo>
-
Method Summary
Modifier and TypeMethodDescriptionavailabilityZone
(String availabilityZone) The Availability Zone for the Capacity Reservation.instanceType
(String instanceType) The instance type for the Capacity Reservation.The tenancy of the Capacity Reservation.tenancy
(CapacityReservationTenancy tenancy) The tenancy of the Capacity Reservation.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
-
instanceType
The instance type for the Capacity Reservation.
- Parameters:
instanceType
- The instance type for the Capacity Reservation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
availabilityZone
The Availability Zone for the Capacity Reservation.
- Parameters:
availabilityZone
- The Availability Zone for the Capacity Reservation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tenancy
The tenancy of the Capacity Reservation.
- Parameters:
tenancy
- The tenancy of the Capacity Reservation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tenancy
The tenancy of the Capacity Reservation.
- Parameters:
tenancy
- The tenancy of the Capacity Reservation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-