Interface GetRuleSetResponse.Builder

  • Method Details

    • createdDate

      GetRuleSetResponse.Builder createdDate(Instant createdDate)

      The date of when then rule set was created.

      Parameters:
      createdDate - The date of when then rule set was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastModificationDate

      GetRuleSetResponse.Builder lastModificationDate(Instant lastModificationDate)

      The date of when the rule set was last modified.

      Parameters:
      lastModificationDate - The date of when the rule set was last modified.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ruleSetArn

      GetRuleSetResponse.Builder ruleSetArn(String ruleSetArn)

      The Amazon Resource Name (ARN) of the rule set resource.

      Parameters:
      ruleSetArn - The Amazon Resource Name (ARN) of the rule set resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ruleSetId

      GetRuleSetResponse.Builder ruleSetId(String ruleSetId)

      The identifier of the rule set resource.

      Parameters:
      ruleSetId - The identifier of the rule set resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ruleSetName

      GetRuleSetResponse.Builder ruleSetName(String ruleSetName)

      A user-friendly name for the rule set resource.

      Parameters:
      ruleSetName - A user-friendly name for the rule set resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • rules

      The rules contained in the rule set.

      Parameters:
      rules - The rules contained in the rule set.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • rules

      The rules contained in the rule set.

      Parameters:
      rules - The rules contained in the rule set.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • rules

      The rules contained in the rule set.

      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: