Interface DescribeRulesResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<DescribeRulesResponse.Builder,DescribeRulesResponse>, ElasticLoadBalancingV2Response.Builder, SdkBuilder<DescribeRulesResponse.Builder,DescribeRulesResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
DescribeRulesResponse

  • Method Details

    • rules

      Information about the rules.

      Parameters:
      rules - Information about the rules.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • rules

      Information about the rules.

      Parameters:
      rules - Information about the rules.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • rules

      Information about the rules.

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

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

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

      DescribeRulesResponse.Builder nextMarker(String nextMarker)

      If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

      Parameters:
      nextMarker - If there are additional results, this is the marker for the next set of results. Otherwise, this is null.
      Returns:
      Returns a reference to this object so that method calls can be chained together.