public static interface InstanceCount.Builder extends SdkPojo, CopyableBuilder<InstanceCount.Builder,InstanceCount>
Modifier and Type | Method and Description |
---|---|
InstanceCount.Builder |
instanceCount(Integer instanceCount)
The number of listed Reserved Instances in the state specified by the
state . |
InstanceCount.Builder |
state(ListingState state)
The states of the listed Reserved Instances.
|
InstanceCount.Builder |
state(String state)
The states of the listed Reserved Instances.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
InstanceCount.Builder instanceCount(Integer instanceCount)
The number of listed Reserved Instances in the state specified by the state
.
instanceCount
- The number of listed Reserved Instances in the state specified by the state
.InstanceCount.Builder state(String state)
The states of the listed Reserved Instances.
state
- The states of the listed Reserved Instances.ListingState
,
ListingState
InstanceCount.Builder state(ListingState state)
The states of the listed Reserved Instances.
state
- The states of the listed Reserved Instances.ListingState
,
ListingState
Copyright © 2022. All rights reserved.