Interface VariantProperty.Builder

    • 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 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, VariantPropertyType
      • 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:
        VariantPropertyType, VariantPropertyType