Interface VariantProperty.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<VariantProperty.Builder,VariantProperty>,SdkBuilder<VariantProperty.Builder,VariantProperty>,SdkPojo
- Enclosing class:
- VariantProperty
public static interface VariantProperty.Builder extends SdkPojo, CopyableBuilder<VariantProperty.Builder,VariantProperty>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VariantProperty.BuildervariantPropertyType(String variantPropertyType)The type of variant property.VariantProperty.BuildervariantPropertyType(VariantPropertyType variantPropertyType)The type of variant property.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
variantPropertyType
VariantProperty.Builder variantPropertyType(String variantPropertyType)
The type of variant property. The supported values are:
-
DesiredInstanceCount: Overrides the existing variant instance counts using theInitialInstanceCountvalues in theProductionVariantsof CreateEndpointConfig. -
DesiredWeight: Overrides the existing variant weights using theInitialVariantWeightvalues in theProductionVariantsof CreateEndpointConfig. -
DataCaptureConfig: (Not currently supported.)
- Parameters:
variantPropertyType- The type of variant property. The supported values are:-
DesiredInstanceCount: Overrides the existing variant instance counts using theInitialInstanceCountvalues in theProductionVariantsof CreateEndpointConfig. -
DesiredWeight: Overrides the existing variant weights using theInitialVariantWeightvalues in theProductionVariantsof CreateEndpointConfig. -
DataCaptureConfig: (Not currently supported.)
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VariantPropertyType,VariantPropertyType
-
-
variantPropertyType
VariantProperty.Builder variantPropertyType(VariantPropertyType variantPropertyType)
The type of variant property. The supported values are:
-
DesiredInstanceCount: Overrides the existing variant instance counts using theInitialInstanceCountvalues in theProductionVariantsof CreateEndpointConfig. -
DesiredWeight: Overrides the existing variant weights using theInitialVariantWeightvalues in theProductionVariantsof CreateEndpointConfig. -
DataCaptureConfig: (Not currently supported.)
- Parameters:
variantPropertyType- The type of variant property. The supported values are:-
DesiredInstanceCount: Overrides the existing variant instance counts using theInitialInstanceCountvalues in theProductionVariantsof CreateEndpointConfig. -
DesiredWeight: Overrides the existing variant weights using theInitialVariantWeightvalues in theProductionVariantsof CreateEndpointConfig. -
DataCaptureConfig: (Not currently supported.)
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VariantPropertyType,VariantPropertyType
-
-
-