Interface InstanceCount.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<InstanceCount.Builder,InstanceCount>
,SdkBuilder<InstanceCount.Builder,InstanceCount>
,SdkPojo
- Enclosing class:
- InstanceCount
public static interface InstanceCount.Builder extends SdkPojo, CopyableBuilder<InstanceCount.Builder,InstanceCount>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InstanceCount.Builder
instanceCount(Integer instanceCount)
The number of listed Reserved Instances in the state specified by thestate
.InstanceCount.Builder
state(String state)
The states of the listed Reserved Instances.InstanceCount.Builder
state(ListingState state)
The states of the listed Reserved Instances.-
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
-
instanceCount
InstanceCount.Builder instanceCount(Integer instanceCount)
The number of listed Reserved Instances in the state specified by the
state
.- Parameters:
instanceCount
- The number of listed Reserved Instances in the state specified by thestate
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
InstanceCount.Builder state(String state)
The states of the listed Reserved Instances.
- Parameters:
state
- The states of the listed Reserved Instances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ListingState
,ListingState
-
state
InstanceCount.Builder state(ListingState state)
The states of the listed Reserved Instances.
- Parameters:
state
- The states of the listed Reserved Instances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ListingState
,ListingState
-
-