Interface GetRuleGroupResponse.Builder

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

public static interface GetRuleGroupResponse.Builder extends Wafv2Response.Builder, SdkPojo, CopyableBuilder<GetRuleGroupResponse.Builder,GetRuleGroupResponse>
  • Method Details

    • ruleGroup

      Parameters:
      ruleGroup -
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ruleGroup

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

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to ruleGroup(RuleGroup).

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

      GetRuleGroupResponse.Builder lockToken(String lockToken)

      A token used for optimistic locking. WAF returns a token to your get and list requests, to mark the state of the entity at the time of the request. To make changes to the entity associated with the token, you provide the token to operations like update and delete. WAF uses the token to ensure that no changes have been made to the entity since you last retrieved it. If a change has been made, the update fails with a WAFOptimisticLockException. If this happens, perform another get, and use the new token returned by that operation.

      Parameters:
      lockToken - A token used for optimistic locking. WAF returns a token to your get and list requests, to mark the state of the entity at the time of the request. To make changes to the entity associated with the token, you provide the token to operations like update and delete. WAF uses the token to ensure that no changes have been made to the entity since you last retrieved it. If a change has been made, the update fails with a WAFOptimisticLockException. If this happens, perform another get, and use the new token returned by that operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.