CopyableBuilder<ComputeCapacityStatus.Builder,ComputeCapacityStatus>, SdkBuilder<ComputeCapacityStatus.Builder,ComputeCapacityStatus>public static interface ComputeCapacityStatus.Builder extends CopyableBuilder<ComputeCapacityStatus.Builder,ComputeCapacityStatus>
| Modifier and Type | Method | Description |
|---|---|---|
ComputeCapacityStatus.Builder |
available(Integer available) |
The number of currently available instances that can be used to stream sessions.
|
ComputeCapacityStatus.Builder |
desired(Integer desired) |
The desired number of streaming instances.
|
ComputeCapacityStatus.Builder |
inUse(Integer inUse) |
The number of instances that are being used for streaming.
|
ComputeCapacityStatus.Builder |
running(Integer running) |
The total number of simultaneous streaming instances that are running.
|
copyapply, buildComputeCapacityStatus.Builder desired(Integer desired)
The desired number of streaming instances.
desired - The desired number of streaming instances.ComputeCapacityStatus.Builder running(Integer running)
The total number of simultaneous streaming instances that are running.
running - The total number of simultaneous streaming instances that are running.ComputeCapacityStatus.Builder inUse(Integer inUse)
The number of instances that are being used for streaming.
inUse - The number of instances that are being used for streaming.ComputeCapacityStatus.Builder available(Integer available)
The number of currently available instances that can be used to stream sessions.
available - The number of currently available instances that can be used to stream sessions.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.