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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CapacityReservationInfo.Builder
availabilityZone(String availabilityZone)
The Availability Zone for the Capacity Reservation.CapacityReservationInfo.Builder
instanceType(String instanceType)
The instance type for the Capacity Reservation.CapacityReservationInfo.Builder
tenancy(String tenancy)
The tenancy of the Capacity Reservation.CapacityReservationInfo.Builder
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
instanceType
CapacityReservationInfo.Builder instanceType(String 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
CapacityReservationInfo.Builder availabilityZone(String 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
CapacityReservationInfo.Builder tenancy(String 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:
CapacityReservationTenancy
,CapacityReservationTenancy
-
tenancy
CapacityReservationInfo.Builder tenancy(CapacityReservationTenancy 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:
CapacityReservationTenancy
,CapacityReservationTenancy
-
-