public static interface DesiredWeightAndCapacity.Builder extends SdkPojo, CopyableBuilder<DesiredWeightAndCapacity.Builder,DesiredWeightAndCapacity>
Modifier and Type | Method and Description |
---|---|
DesiredWeightAndCapacity.Builder |
desiredInstanceCount(Integer desiredInstanceCount)
The variant's capacity.
|
DesiredWeightAndCapacity.Builder |
desiredWeight(Float desiredWeight)
The variant's weight.
|
DesiredWeightAndCapacity.Builder |
variantName(String variantName)
The name of the variant to update.
|
copy
applyMutation, build
DesiredWeightAndCapacity.Builder variantName(String variantName)
The name of the variant to update.
variantName
- The name of the variant to update.DesiredWeightAndCapacity.Builder desiredWeight(Float desiredWeight)
The variant's weight.
desiredWeight
- The variant's weight.DesiredWeightAndCapacity.Builder desiredInstanceCount(Integer desiredInstanceCount)
The variant's capacity.
desiredInstanceCount
- The variant's capacity.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.