public static interface VariantProperty.Builder extends SdkPojo, CopyableBuilder<VariantProperty.Builder,VariantProperty>
Modifier and Type | Method and Description |
---|---|
VariantProperty.Builder |
variantPropertyType(String variantPropertyType)
The type of variant property.
|
VariantProperty.Builder |
variantPropertyType(VariantPropertyType variantPropertyType)
The type of variant property.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
VariantProperty.Builder variantPropertyType(String variantPropertyType)
The type of variant property. The supported values are:
DesiredInstanceCount
: Overrides the existing variant instance counts using the
ProductionVariant$InitialInstanceCount values in the
CreateEndpointConfigInput$ProductionVariants.
DesiredWeight
: Overrides the existing variant weights using the
ProductionVariant$InitialVariantWeight values in the
CreateEndpointConfigInput$ProductionVariants.
DataCaptureConfig
: (Not currently supported.)
variantPropertyType
- The type of variant property. The supported values are:
DesiredInstanceCount
: Overrides the existing variant instance counts using the
ProductionVariant$InitialInstanceCount values in the
CreateEndpointConfigInput$ProductionVariants.
DesiredWeight
: Overrides the existing variant weights using the
ProductionVariant$InitialVariantWeight values in the
CreateEndpointConfigInput$ProductionVariants.
DataCaptureConfig
: (Not currently supported.)
VariantPropertyType
,
VariantPropertyType
VariantProperty.Builder variantPropertyType(VariantPropertyType variantPropertyType)
The type of variant property. The supported values are:
DesiredInstanceCount
: Overrides the existing variant instance counts using the
ProductionVariant$InitialInstanceCount values in the
CreateEndpointConfigInput$ProductionVariants.
DesiredWeight
: Overrides the existing variant weights using the
ProductionVariant$InitialVariantWeight values in the
CreateEndpointConfigInput$ProductionVariants.
DataCaptureConfig
: (Not currently supported.)
variantPropertyType
- The type of variant property. The supported values are:
DesiredInstanceCount
: Overrides the existing variant instance counts using the
ProductionVariant$InitialInstanceCount values in the
CreateEndpointConfigInput$ProductionVariants.
DesiredWeight
: Overrides the existing variant weights using the
ProductionVariant$InitialVariantWeight values in the
CreateEndpointConfigInput$ProductionVariants.
DataCaptureConfig
: (Not currently supported.)
VariantPropertyType
,
VariantPropertyType
Copyright © 2020. All rights reserved.