public static interface AssociateFirewallRuleGroupResponse.Builder extends Route53ResolverResponse.Builder, SdkPojo, CopyableBuilder<AssociateFirewallRuleGroupResponse.Builder,AssociateFirewallRuleGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
default AssociateFirewallRuleGroupResponse.Builder |
firewallRuleGroupAssociation(Consumer<FirewallRuleGroupAssociation.Builder> firewallRuleGroupAssociation)
The association that you just created.
|
AssociateFirewallRuleGroupResponse.Builder |
firewallRuleGroupAssociation(FirewallRuleGroupAssociation firewallRuleGroupAssociation)
The association that you just created.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildAssociateFirewallRuleGroupResponse.Builder firewallRuleGroupAssociation(FirewallRuleGroupAssociation firewallRuleGroupAssociation)
The association that you just created. The association has an ID that you can use to identify it in other requests, like update and delete.
firewallRuleGroupAssociation - The association that you just created. The association has an ID that you can use to identify it in
other requests, like update and delete.default AssociateFirewallRuleGroupResponse.Builder firewallRuleGroupAssociation(Consumer<FirewallRuleGroupAssociation.Builder> firewallRuleGroupAssociation)
The association that you just created. The association has an ID that you can use to identify it in other requests, like update and delete.
This is a convenience method that creates an instance of theFirewallRuleGroupAssociation.Builder
avoiding the need to create one manually via FirewallRuleGroupAssociation.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to firewallRuleGroupAssociation(FirewallRuleGroupAssociation).
firewallRuleGroupAssociation - a consumer that will call methods on FirewallRuleGroupAssociation.BuilderfirewallRuleGroupAssociation(FirewallRuleGroupAssociation)Copyright © 2023. All rights reserved.