@Stability(value=Stable)
public static interface CfnFleet.ComputeCapacityProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.appstream.*;
ComputeCapacityProperty computeCapacityProperty = ComputeCapacityProperty.builder()
.desiredInstances(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFleet.ComputeCapacityProperty.Builder
A builder for
CfnFleet.ComputeCapacityProperty |
static class |
CfnFleet.ComputeCapacityProperty.Jsii$Proxy
An implementation for
CfnFleet.ComputeCapacityProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnFleet.ComputeCapacityProperty.Builder |
builder() |
Number |
getDesiredInstances()
The desired number of streaming instances.
|
@Stability(value=Stable) @NotNull Number getDesiredInstances()
@Stability(value=Stable) static CfnFleet.ComputeCapacityProperty.Builder builder()
Copyright © 2022. All rights reserved.