public static interface ImportFirewallDomainsResponse.Builder extends Route53ResolverResponse.Builder, SdkPojo, CopyableBuilder<ImportFirewallDomainsResponse.Builder,ImportFirewallDomainsResponse>
| Modifier and Type | Method and Description |
|---|---|
ImportFirewallDomainsResponse.Builder |
id(String id)
The Id of the firewall domain list that DNS Firewall just updated.
|
ImportFirewallDomainsResponse.Builder |
name(String name)
The name of the domain list.
|
ImportFirewallDomainsResponse.Builder |
status(FirewallDomainListStatus status)
Status of the import request.
|
ImportFirewallDomainsResponse.Builder |
status(String status)
Status of the import request.
|
ImportFirewallDomainsResponse.Builder |
statusMessage(String statusMessage)
Additional information about the status of the list, if available.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildImportFirewallDomainsResponse.Builder id(String id)
The Id of the firewall domain list that DNS Firewall just updated.
id - The Id of the firewall domain list that DNS Firewall just updated.ImportFirewallDomainsResponse.Builder name(String name)
The name of the domain list.
name - The name of the domain list.ImportFirewallDomainsResponse.Builder status(String status)
Status of the import request.
status - Status of the import request.FirewallDomainListStatus,
FirewallDomainListStatusImportFirewallDomainsResponse.Builder status(FirewallDomainListStatus status)
Status of the import request.
status - Status of the import request.FirewallDomainListStatus,
FirewallDomainListStatusImportFirewallDomainsResponse.Builder statusMessage(String statusMessage)
Additional information about the status of the list, if available.
statusMessage - Additional information about the status of the list, if available.Copyright © 2023. All rights reserved.