Interface DescribeMultiRegionParametersResponse.Builder

  • Method Details

    • nextToken

      An optional token to include in the response. If this token is provided, the response includes only results beyond the token, up to the value specified by MaxResults.

      Parameters:
      nextToken - An optional token to include in the response. If this token is provided, the response includes only results beyond the token, up to the value specified by MaxResults.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • multiRegionParameters

      DescribeMultiRegionParametersResponse.Builder multiRegionParameters(Collection<MultiRegionParameter> multiRegionParameters)

      A list of parameters specific to a particular multi-region parameter group. Each element in the list contains detailed information about one parameter.

      Parameters:
      multiRegionParameters - A list of parameters specific to a particular multi-region parameter group. Each element in the list contains detailed information about one parameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • multiRegionParameters

      DescribeMultiRegionParametersResponse.Builder multiRegionParameters(MultiRegionParameter... multiRegionParameters)

      A list of parameters specific to a particular multi-region parameter group. Each element in the list contains detailed information about one parameter.

      Parameters:
      multiRegionParameters - A list of parameters specific to a particular multi-region parameter group. Each element in the list contains detailed information about one parameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • multiRegionParameters

      A list of parameters specific to a particular multi-region parameter group. Each element in the list contains detailed information about one parameter.

      This is a convenience method that creates an instance of the MultiRegionParameter.Builder avoiding the need to create one manually via MultiRegionParameter.builder() .

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to multiRegionParameters(List<MultiRegionParameter>).

      Parameters:
      multiRegionParameters - a consumer that will call methods on MultiRegionParameter.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: