Interface DimensionMapping.Builder

    • Method Detail

      • dimensionValue

        DimensionMapping.Builder dimensionValue​(String dimensionValue)

        Dynamic path to the dimension value in the source event.

        Parameters:
        dimensionValue - Dynamic path to the dimension value in the source event.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dimensionValueType

        DimensionMapping.Builder dimensionValueType​(String dimensionValueType)

        The data type of the dimension for the time-series data.

        Parameters:
        dimensionValueType - The data type of the dimension for the time-series data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DimensionValueType, DimensionValueType
      • dimensionValueType

        DimensionMapping.Builder dimensionValueType​(DimensionValueType dimensionValueType)

        The data type of the dimension for the time-series data.

        Parameters:
        dimensionValueType - The data type of the dimension for the time-series data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DimensionValueType, DimensionValueType
      • dimensionName

        DimensionMapping.Builder dimensionName​(String dimensionName)

        The metadata attributes of the time series. For example, the name and Availability Zone of an Amazon EC2 instance or the name of the manufacturer of a wind turbine are dimensions.

        Parameters:
        dimensionName - The metadata attributes of the time series. For example, the name and Availability Zone of an Amazon EC2 instance or the name of the manufacturer of a wind turbine are dimensions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.