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.Builder
variantPropertyType(String variantPropertyType)
The type of variant property.VariantProperty.Builder
variantPropertyType(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, sdkFieldNameToField, 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 theInitialInstanceCount
values in theProductionVariants
of CreateEndpointConfig. -
DesiredWeight
: Overrides the existing variant weights using theInitialVariantWeight
values in theProductionVariants
of CreateEndpointConfig. -
DataCaptureConfig
: (Not currently supported.)
- Parameters:
variantPropertyType
- The type of variant property. The supported values are:-
DesiredInstanceCount
: Overrides the existing variant instance counts using theInitialInstanceCount
values in theProductionVariants
of CreateEndpointConfig. -
DesiredWeight
: Overrides the existing variant weights using theInitialVariantWeight
values in theProductionVariants
of 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 theInitialInstanceCount
values in theProductionVariants
of CreateEndpointConfig. -
DesiredWeight
: Overrides the existing variant weights using theInitialVariantWeight
values in theProductionVariants
of CreateEndpointConfig. -
DataCaptureConfig
: (Not currently supported.)
- Parameters:
variantPropertyType
- The type of variant property. The supported values are:-
DesiredInstanceCount
: Overrides the existing variant instance counts using theInitialInstanceCount
values in theProductionVariants
of CreateEndpointConfig. -
DesiredWeight
: Overrides the existing variant weights using theInitialVariantWeight
values in theProductionVariants
of CreateEndpointConfig. -
DataCaptureConfig
: (Not currently supported.)
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VariantPropertyType
,VariantPropertyType
-
-
-