Interface ReservedCapacityOffering.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ReservedCapacityOffering.Builder,
,ReservedCapacityOffering> SdkBuilder<ReservedCapacityOffering.Builder,
,ReservedCapacityOffering> SdkPojo
- Enclosing class:
ReservedCapacityOffering
@Mutable
@NotThreadSafe
public static interface ReservedCapacityOffering.Builder
extends SdkPojo, CopyableBuilder<ReservedCapacityOffering.Builder,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.The start time of the reserved capacity offering.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
-
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.
-