public static interface CapacitySize.Builder extends SdkPojo, CopyableBuilder<CapacitySize.Builder,CapacitySize>
| Modifier and Type | Method and Description |
|---|---|
CapacitySize.Builder |
type(CapacitySizeType type)
Specifies the endpoint capacity type.
|
CapacitySize.Builder |
type(String type)
Specifies the endpoint capacity type.
|
CapacitySize.Builder |
value(Integer value)
Defines the capacity size, either as a number of instances or a capacity percentage.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCapacitySize.Builder type(String type)
Specifies the endpoint capacity type.
INSTANCE_COUNT: The endpoint activates based on the number of instances.
CAPACITY_PERCENT: The endpoint activates based on the specified percentage of capacity.
type - Specifies the endpoint capacity type.
INSTANCE_COUNT: The endpoint activates based on the number of instances.
CAPACITY_PERCENT: The endpoint activates based on the specified percentage of capacity.
CapacitySizeType,
CapacitySizeTypeCapacitySize.Builder type(CapacitySizeType type)
Specifies the endpoint capacity type.
INSTANCE_COUNT: The endpoint activates based on the number of instances.
CAPACITY_PERCENT: The endpoint activates based on the specified percentage of capacity.
type - Specifies the endpoint capacity type.
INSTANCE_COUNT: The endpoint activates based on the number of instances.
CAPACITY_PERCENT: The endpoint activates based on the specified percentage of capacity.
CapacitySizeType,
CapacitySizeTypeCapacitySize.Builder value(Integer value)
Defines the capacity size, either as a number of instances or a capacity percentage.
value - Defines the capacity size, either as a number of instances or a capacity percentage.Copyright © 2021. All rights reserved.