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, sdkFieldscopyapplyMutation, buildVariantProperty.Builder variantPropertyType(String variantPropertyType)
The type of variant property. The supported values are:
DesiredInstanceCount: Overrides the existing variant instance counts using the
InitialInstanceCount values in the ProductionVariants of CreateEndpointConfig.
DesiredWeight: Overrides the existing variant weights using the
InitialVariantWeight values in the ProductionVariants of CreateEndpointConfig.
DataCaptureConfig: (Not currently supported.)
variantPropertyType - The type of variant property. The supported values are:
DesiredInstanceCount: Overrides the existing variant instance counts using the
InitialInstanceCount values in the ProductionVariants of CreateEndpointConfig.
DesiredWeight: Overrides the existing variant weights using the
InitialVariantWeight values in the ProductionVariants of CreateEndpointConfig.
DataCaptureConfig: (Not currently supported.)
VariantPropertyType,
VariantPropertyTypeVariantProperty.Builder variantPropertyType(VariantPropertyType variantPropertyType)
The type of variant property. The supported values are:
DesiredInstanceCount: Overrides the existing variant instance counts using the
InitialInstanceCount values in the ProductionVariants of CreateEndpointConfig.
DesiredWeight: Overrides the existing variant weights using the
InitialVariantWeight values in the ProductionVariants of CreateEndpointConfig.
DataCaptureConfig: (Not currently supported.)
variantPropertyType - The type of variant property. The supported values are:
DesiredInstanceCount: Overrides the existing variant instance counts using the
InitialInstanceCount values in the ProductionVariants of CreateEndpointConfig.
DesiredWeight: Overrides the existing variant weights using the
InitialVariantWeight values in the ProductionVariants of CreateEndpointConfig.
DataCaptureConfig: (Not currently supported.)
VariantPropertyType,
VariantPropertyTypeCopyright © 2023. All rights reserved.