Interface GetDnsViewResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetDnsViewResponse.Builder,,GetDnsViewResponse> Route53GlobalResolverResponse.Builder,SdkBuilder<GetDnsViewResponse.Builder,,GetDnsViewResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetDnsViewResponse
-
Method Summary
Modifier and TypeMethodDescriptionAmazon Resource Name (ARN) of the DNS view.clientToken(String clientToken) A unique, case-sensitive identifier to ensure idempotency.The time and date the DNS view was creates on.description(String description) Description of the DNS view.dnssecValidation(String dnssecValidation) Specifies whether DNSSEC is enabled or disabled for the DNS view.dnssecValidation(DnsSecValidationType dnssecValidation) Specifies whether DNSSEC is enabled or disabled for the DNS view.ednsClientSubnet(String ednsClientSubnet) Specifies whether edns0 client subnet is enabled.ednsClientSubnet(EdnsClientSubnetType ednsClientSubnet) Specifies whether edns0 client subnet is enabled.firewallRulesFailOpen(String firewallRulesFailOpen) Specifies the DNS Firewall failure mode configuration.firewallRulesFailOpen(FirewallRulesFailOpenType firewallRulesFailOpen) Specifies the DNS Firewall failure mode configuration.globalResolverId(String globalResolverId) ID of the Global Resolver the DNS view is associated to.ID of the DNS view.Name of the DNS view.Operational status of the DNS view.status(ProfileResourceStatus status) Operational status of the DNS view.The time and date the DNS view was updated on.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.route53globalresolver.model.Route53GlobalResolverResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
id
ID of the DNS view.
- Parameters:
id- ID of the DNS view.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
Amazon Resource Name (ARN) of the DNS view.
- Parameters:
arn- Amazon Resource Name (ARN) of the DNS view.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
A unique, case-sensitive identifier to ensure idempotency. This means that making the same request multiple times with the same
clientTokenhas the same result every time.- Parameters:
clientToken- A unique, case-sensitive identifier to ensure idempotency. This means that making the same request multiple times with the sameclientTokenhas the same result every time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dnssecValidation
Specifies whether DNSSEC is enabled or disabled for the DNS view.
- Parameters:
dnssecValidation- Specifies whether DNSSEC is enabled or disabled for the DNS view.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dnssecValidation
Specifies whether DNSSEC is enabled or disabled for the DNS view.
- Parameters:
dnssecValidation- Specifies whether DNSSEC is enabled or disabled for the DNS view.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
ednsClientSubnet
Specifies whether edns0 client subnet is enabled.
- Parameters:
ednsClientSubnet- Specifies whether edns0 client subnet is enabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
ednsClientSubnet
Specifies whether edns0 client subnet is enabled.
- Parameters:
ednsClientSubnet- Specifies whether edns0 client subnet is enabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
firewallRulesFailOpen
Specifies the DNS Firewall failure mode configuration. When enabled, the DNS Firewall allows DNS queries to proceed if it's unable to properly evaluate them. When disabled, the DNS Firewall blocks DNS queries it's unable to evaluate.
- Parameters:
firewallRulesFailOpen- Specifies the DNS Firewall failure mode configuration. When enabled, the DNS Firewall allows DNS queries to proceed if it's unable to properly evaluate them. When disabled, the DNS Firewall blocks DNS queries it's unable to evaluate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
firewallRulesFailOpen
Specifies the DNS Firewall failure mode configuration. When enabled, the DNS Firewall allows DNS queries to proceed if it's unable to properly evaluate them. When disabled, the DNS Firewall blocks DNS queries it's unable to evaluate.
- Parameters:
firewallRulesFailOpen- Specifies the DNS Firewall failure mode configuration. When enabled, the DNS Firewall allows DNS queries to proceed if it's unable to properly evaluate them. When disabled, the DNS Firewall blocks DNS queries it's unable to evaluate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
name
Name of the DNS view.
- Parameters:
name- Name of the DNS view.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
Description of the DNS view.
- Parameters:
description- Description of the DNS view.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
globalResolverId
ID of the Global Resolver the DNS view is associated to.
- Parameters:
globalResolverId- ID of the Global Resolver the DNS view is associated to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The time and date the DNS view was creates on.
- Parameters:
createdAt- The time and date the DNS view was creates on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The time and date the DNS view was updated on.
- Parameters:
updatedAt- The time and date the DNS view was updated on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
Operational status of the DNS view.
- Parameters:
status- Operational status of the DNS view.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Operational status of the DNS view.
- Parameters:
status- Operational status of the DNS view.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-