public static interface UpdateFirewallDomainsResponse.Builder extends Route53ResolverResponse.Builder, SdkPojo, CopyableBuilder<UpdateFirewallDomainsResponse.Builder,UpdateFirewallDomainsResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateFirewallDomainsResponse.Builder |
id(String id)
The ID of the firewall domain list that DNS Firewall just updated.
|
UpdateFirewallDomainsResponse.Builder |
name(String name)
The name of the domain list.
|
UpdateFirewallDomainsResponse.Builder |
status(FirewallDomainListStatus status)
Status of the
UpdateFirewallDomains request. |
UpdateFirewallDomainsResponse.Builder |
status(String status)
Status of the
UpdateFirewallDomains request. |
UpdateFirewallDomainsResponse.Builder |
statusMessage(String statusMessage)
Additional information about the status of the list, if available.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateFirewallDomainsResponse.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.UpdateFirewallDomainsResponse.Builder name(String name)
The name of the domain list.
name - The name of the domain list.UpdateFirewallDomainsResponse.Builder status(String status)
Status of the UpdateFirewallDomains request.
status - Status of the UpdateFirewallDomains request.FirewallDomainListStatus,
FirewallDomainListStatusUpdateFirewallDomainsResponse.Builder status(FirewallDomainListStatus status)
Status of the UpdateFirewallDomains request.
status - Status of the UpdateFirewallDomains request.FirewallDomainListStatus,
FirewallDomainListStatusUpdateFirewallDomainsResponse.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.