Interface GetParametersByPathResponse.Builder

    • Method Detail

      • parameters

        GetParametersByPathResponse.Builder parameters​(Collection<Parameter> parameters)

        A list of parameters found in the specified hierarchy.

        Parameters:
        parameters - A list of parameters found in the specified hierarchy.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • parameters

        GetParametersByPathResponse.Builder parameters​(Parameter... parameters)

        A list of parameters found in the specified hierarchy.

        Parameters:
        parameters - A list of parameters found in the specified hierarchy.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetParametersByPathResponse.Builder nextToken​(String nextToken)

        The token for the next set of items to return. Use this token to get the next set of results.

        Parameters:
        nextToken - The token for the next set of items to return. Use this token to get the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.