Interface SetDimension.Builder

All Superinterfaces:
Buildable, CopyableBuilder<SetDimension.Builder,SetDimension>, SdkBuilder<SetDimension.Builder,SetDimension>, SdkPojo
Enclosing class:
SetDimension

public static interface SetDimension.Builder extends SdkPojo, CopyableBuilder<SetDimension.Builder,SetDimension>
  • Method Details

    • dimensionType

      SetDimension.Builder dimensionType(String dimensionType)

      The type of segment dimension to use. Valid values are: INCLUSIVE, endpoints that match the criteria are included in the segment; and, EXCLUSIVE, endpoints that match the criteria are excluded from the segment.

      Parameters:
      dimensionType - The type of segment dimension to use. Valid values are: INCLUSIVE, endpoints that match the criteria are included in the segment; and, EXCLUSIVE, endpoints that match the criteria are excluded from the segment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • dimensionType

      SetDimension.Builder dimensionType(DimensionType dimensionType)

      The type of segment dimension to use. Valid values are: INCLUSIVE, endpoints that match the criteria are included in the segment; and, EXCLUSIVE, endpoints that match the criteria are excluded from the segment.

      Parameters:
      dimensionType - The type of segment dimension to use. Valid values are: INCLUSIVE, endpoints that match the criteria are included in the segment; and, EXCLUSIVE, endpoints that match the criteria are excluded from the segment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • values

      The criteria values to use for the segment dimension. Depending on the value of the DimensionType property, endpoints are included or excluded from the segment if their values match the criteria values.

      Parameters:
      values - The criteria values to use for the segment dimension. Depending on the value of the DimensionType property, endpoints are included or excluded from the segment if their values match the criteria values.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • values

      SetDimension.Builder values(String... values)

      The criteria values to use for the segment dimension. Depending on the value of the DimensionType property, endpoints are included or excluded from the segment if their values match the criteria values.

      Parameters:
      values - The criteria values to use for the segment dimension. Depending on the value of the DimensionType property, endpoints are included or excluded from the segment if their values match the criteria values.
      Returns:
      Returns a reference to this object so that method calls can be chained together.