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