Interface ListDimensionsResponse.Builder

    • Method Detail

      • dimensionNames

        ListDimensionsResponse.Builder dimensionNames​(Collection<String> dimensionNames)

        A list of the names of the defined dimensions. Use DescribeDimension to get details for a dimension.

        Parameters:
        dimensionNames - A list of the names of the defined dimensions. Use DescribeDimension to get details for a dimension.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dimensionNames

        ListDimensionsResponse.Builder dimensionNames​(String... dimensionNames)

        A list of the names of the defined dimensions. Use DescribeDimension to get details for a dimension.

        Parameters:
        dimensionNames - A list of the names of the defined dimensions. Use DescribeDimension to get details for a dimension.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListDimensionsResponse.Builder nextToken​(String nextToken)

        A token that can be used to retrieve the next set of results, or null if there are no additional results.

        Parameters:
        nextToken - A token that can be used to retrieve the next set of results, or null if there are no additional results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.