public static interface DisassociateFirewallRuleGroupResponse.Builder extends Route53ResolverResponse.Builder, SdkPojo, CopyableBuilder<DisassociateFirewallRuleGroupResponse.Builder,DisassociateFirewallRuleGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
default DisassociateFirewallRuleGroupResponse.Builder |
firewallRuleGroupAssociation(Consumer<FirewallRuleGroupAssociation.Builder> firewallRuleGroupAssociation)
The firewall rule group association that you just removed.
|
DisassociateFirewallRuleGroupResponse.Builder |
firewallRuleGroupAssociation(FirewallRuleGroupAssociation firewallRuleGroupAssociation)
The firewall rule group association that you just removed.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDisassociateFirewallRuleGroupResponse.Builder firewallRuleGroupAssociation(FirewallRuleGroupAssociation firewallRuleGroupAssociation)
The firewall rule group association that you just removed.
firewallRuleGroupAssociation - The firewall rule group association that you just removed.default DisassociateFirewallRuleGroupResponse.Builder firewallRuleGroupAssociation(Consumer<FirewallRuleGroupAssociation.Builder> firewallRuleGroupAssociation)
The firewall rule group association that you just removed.
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.