Interface UpdateDnsViewRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateDnsViewRequest.Builder,,UpdateDnsViewRequest> Route53GlobalResolverRequest.Builder,SdkBuilder<UpdateDnsViewRequest.Builder,,UpdateDnsViewRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
UpdateDnsViewRequest
@Mutable
@NotThreadSafe
public static interface UpdateDnsViewRequest.Builder
extends Route53GlobalResolverRequest.Builder, SdkPojo, CopyableBuilder<UpdateDnsViewRequest.Builder,UpdateDnsViewRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) A description of the DNS view.dnssecValidation(String dnssecValidation) Whether to enable DNSSEC validation for the DNS view.dnssecValidation(DnsSecValidationType dnssecValidation) Whether to enable DNSSEC validation for the DNS view.The unique identifier of the DNS view to update.ednsClientSubnet(String ednsClientSubnet) Whether to enable EDNS Client Subnet injection for the DNS view.ednsClientSubnet(EdnsClientSubnetType ednsClientSubnet) Whether to enable EDNS Client Subnet injection for the DNS view.firewallRulesFailOpen(String firewallRulesFailOpen) Whether firewall rules should fail open when they cannot be evaluated.firewallRulesFailOpen(FirewallRulesFailOpenType firewallRulesFailOpen) Whether firewall rules should fail open when they cannot be evaluated.The name of the DNS view.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
-
dnsViewId
The unique identifier of the DNS view to update.
- Parameters:
dnsViewId- The unique identifier of the DNS view to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the DNS view.
- Parameters:
name- The name of the DNS view.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A description of the DNS view.
- Parameters:
description- A description of the DNS view.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dnssecValidation
Whether to enable DNSSEC validation for the DNS view.
- Parameters:
dnssecValidation- Whether to enable DNSSEC validation for the DNS view.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dnssecValidation
Whether to enable DNSSEC validation for the DNS view.
- Parameters:
dnssecValidation- Whether to enable DNSSEC validation for the DNS view.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
ednsClientSubnet
Whether to enable EDNS Client Subnet injection for the DNS view.
- Parameters:
ednsClientSubnet- Whether to enable EDNS Client Subnet injection for the DNS view.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
ednsClientSubnet
Whether to enable EDNS Client Subnet injection for the DNS view.
- Parameters:
ednsClientSubnet- Whether to enable EDNS Client Subnet injection for the DNS view.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
firewallRulesFailOpen
Whether firewall rules should fail open when they cannot be evaluated.
- Parameters:
firewallRulesFailOpen- Whether firewall rules should fail open when they cannot be evaluated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
firewallRulesFailOpen
Whether firewall rules should fail open when they cannot be evaluated.
- Parameters:
firewallRulesFailOpen- Whether firewall rules should fail open when they cannot be evaluated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
UpdateDnsViewRequest.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
UpdateDnsViewRequest.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.
-