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 Details

    • variantPropertyType

      VariantProperty.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.)

      Parameters:
      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.)

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • variantPropertyType

      VariantProperty.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.)

      Parameters:
      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.)

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: