Interface VariantProperty.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<VariantProperty.Builder,,VariantProperty> SdkBuilder<VariantProperty.Builder,,VariantProperty> SdkPojo
- Enclosing class:
 VariantProperty
- 
Method Summary
Modifier and TypeMethodDescriptionvariantPropertyType(String variantPropertyType) The type of variant property.variantPropertyType(VariantPropertyType variantPropertyType) The type of variant property.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
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
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:
 
 - 
 
 
 -