Interface UpdateFirewallDomainsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateFirewallDomainsRequest.Builder,,UpdateFirewallDomainsRequest> Route53GlobalResolverRequest.Builder,SdkBuilder<UpdateFirewallDomainsRequest.Builder,,UpdateFirewallDomainsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
UpdateFirewallDomainsRequest
@Mutable
@NotThreadSafe
public static interface UpdateFirewallDomainsRequest.Builder
extends Route53GlobalResolverRequest.Builder, SdkPojo, CopyableBuilder<UpdateFirewallDomainsRequest.Builder,UpdateFirewallDomainsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionA list of the domains.domains(Collection<String> domains) A list of the domains.firewallDomainListId(String firewallDomainListId) The ID of the DNS Firewall domain list to which you want to add the domains.The operation for updating the domain list.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.route53globalresolver.model.Route53GlobalResolverRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
domains
A list of the domains. You can add up to 1000 domains per request.
- Parameters:
domains- A list of the domains. You can add up to 1000 domains per request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domains
A list of the domains. You can add up to 1000 domains per request.
- Parameters:
domains- A list of the domains. You can add up to 1000 domains per request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
firewallDomainListId
The ID of the DNS Firewall domain list to which you want to add the domains.
- Parameters:
firewallDomainListId- The ID of the DNS Firewall domain list to which you want to add the domains.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operation
The operation for updating the domain list. The allowed values are ADD, REMOVE, and REPLACE.
- Parameters:
operation- The operation for updating the domain list. The allowed values are ADD, REMOVE, and REPLACE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateFirewallDomainsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateFirewallDomainsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-