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