Interface ImportFirewallDomainsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ImportFirewallDomainsResponse.Builder,,ImportFirewallDomainsResponse> Route53GlobalResolverResponse.Builder,SdkBuilder<ImportFirewallDomainsResponse.Builder,,ImportFirewallDomainsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ImportFirewallDomainsResponse
@Mutable
@NotThreadSafe
public static interface ImportFirewallDomainsResponse.Builder
extends Route53GlobalResolverResponse.Builder, SdkPojo, CopyableBuilder<ImportFirewallDomainsResponse.Builder,ImportFirewallDomainsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionID of the DNS Firewall domain list that you imported the domain list to.Name of the DNS Firewall domain list.Operational status of the DNS Firewall domain list.status(CRResourceStatus status) Operational status of the DNS Firewall domain list.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 Firewall domain list that you imported the domain list to.
- Parameters:
id- ID of the DNS Firewall domain list that you imported the domain list to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
Name of the DNS Firewall domain list.
- Parameters:
name- Name of the DNS Firewall domain list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
Operational status of the DNS Firewall domain list.
- Parameters:
status- Operational status of the DNS Firewall domain list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Operational status of the DNS Firewall domain list.
- Parameters:
status- Operational status of the DNS Firewall domain list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-