Interface AssociateFirewallRuleGroupResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<AssociateFirewallRuleGroupResponse.Builder,AssociateFirewallRuleGroupResponse>,Route53ResolverResponse.Builder,SdkBuilder<AssociateFirewallRuleGroupResponse.Builder,AssociateFirewallRuleGroupResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- AssociateFirewallRuleGroupResponse
public static interface AssociateFirewallRuleGroupResponse.Builder extends Route53ResolverResponse.Builder, SdkPojo, CopyableBuilder<AssociateFirewallRuleGroupResponse.Builder,AssociateFirewallRuleGroupResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default AssociateFirewallRuleGroupResponse.BuilderfirewallRuleGroupAssociation(Consumer<FirewallRuleGroupAssociation.Builder> firewallRuleGroupAssociation)The association that you just created.AssociateFirewallRuleGroupResponse.BuilderfirewallRuleGroupAssociation(FirewallRuleGroupAssociation firewallRuleGroupAssociation)The association that you just created.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.route53resolver.model.Route53ResolverResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
firewallRuleGroupAssociation
AssociateFirewallRuleGroupResponse.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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
firewallRuleGroupAssociation
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.Builderavoiding the need to create one manually viaFirewallRuleGroupAssociation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofirewallRuleGroupAssociation(FirewallRuleGroupAssociation).- Parameters:
firewallRuleGroupAssociation- a consumer that will call methods onFirewallRuleGroupAssociation.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
firewallRuleGroupAssociation(FirewallRuleGroupAssociation)
-
-