Interface DescribeParameterGroupsResponse.Builder

    • Method Detail

      • nextToken

        DescribeParameterGroupsResponse.Builder nextToken​(String nextToken)

        Provides an identifier to allow retrieval of paginated results.

        Parameters:
        nextToken - Provides an identifier to allow retrieval of paginated results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • parameterGroups

        DescribeParameterGroupsResponse.Builder parameterGroups​(Collection<ParameterGroup> parameterGroups)

        An array of parameter groups. Each element in the array represents one parameter group.

        Parameters:
        parameterGroups - An array of parameter groups. Each element in the array represents one parameter group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • parameterGroups

        DescribeParameterGroupsResponse.Builder parameterGroups​(ParameterGroup... parameterGroups)

        An array of parameter groups. Each element in the array represents one parameter group.

        Parameters:
        parameterGroups - An array of parameter groups. Each element in the array represents one parameter group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.