Interface ReservedCapacityOffering.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ReservedCapacityOffering.Builder,
,ReservedCapacityOffering> SdkBuilder<ReservedCapacityOffering.Builder,
,ReservedCapacityOffering> SdkPojo
- Enclosing class:
ReservedCapacityOffering
-
Method Summary
Modifier and TypeMethodDescriptionavailabilityZone
(String availabilityZone) The availability zone for the reserved capacity offering.durationHours
(Long durationHours) The number of whole hours in the total duration for this reserved capacity offering.durationMinutes
(Long durationMinutes) The additional minutes beyond whole hours in the total duration for this reserved capacity offering.The end time of the reserved capacity offering.instanceCount
(Integer instanceCount) The number of instances in the reserved capacity offering.instanceType
(String instanceType) The instance type for the reserved capacity offering.instanceType
(ReservedCapacityInstanceType instanceType) The instance type for the reserved capacity offering.reservedCapacityType
(String reservedCapacityType) The type of reserved capacity offering.reservedCapacityType
(ReservedCapacityType reservedCapacityType) The type of reserved capacity offering.The start time of the reserved capacity offering.ultraServerCount
(Integer ultraServerCount) The number of UltraServers included in this reserved capacity offering.ultraServerType
(String ultraServerType) The type of UltraServer included in this reserved capacity offering, such as ml.u-p6e-gb200x72.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
-
reservedCapacityType
The type of reserved capacity offering.
- Parameters:
reservedCapacityType
- The type of reserved capacity offering.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
reservedCapacityType
The type of reserved capacity offering.
- Parameters:
reservedCapacityType
- The type of reserved capacity offering.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
ultraServerType
The type of UltraServer included in this reserved capacity offering, such as ml.u-p6e-gb200x72.
- Parameters:
ultraServerType
- The type of UltraServer included in this reserved capacity offering, such as ml.u-p6e-gb200x72.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ultraServerCount
The number of UltraServers included in this reserved capacity offering.
- Parameters:
ultraServerCount
- The number of UltraServers included in this reserved capacity offering.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceType
The instance type for the reserved capacity offering.
- Parameters:
instanceType
- The instance type for the reserved capacity offering.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
instanceType
The instance type for the reserved capacity offering.
- Parameters:
instanceType
- The instance type for the reserved capacity offering.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
instanceCount
The number of instances in the reserved capacity offering.
- Parameters:
instanceCount
- The number of instances in the reserved capacity offering.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
availabilityZone
The availability zone for the reserved capacity offering.
- Parameters:
availabilityZone
- The availability zone for the reserved capacity offering.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
durationHours
The number of whole hours in the total duration for this reserved capacity offering.
- Parameters:
durationHours
- The number of whole hours in the total duration for this reserved capacity offering.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
durationMinutes
The additional minutes beyond whole hours in the total duration for this reserved capacity offering.
- Parameters:
durationMinutes
- The additional minutes beyond whole hours in the total duration for this reserved capacity offering.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startTime
The start time of the reserved capacity offering.
- Parameters:
startTime
- The start time of the reserved capacity offering.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endTime
The end time of the reserved capacity offering.
- Parameters:
endTime
- The end time of the reserved capacity offering.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-