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) |
UpdateFirewallDomainsResponse.Builder |
status(String status) |
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 - FirewallDomainListStatus,
FirewallDomainListStatusUpdateFirewallDomainsResponse.Builder status(FirewallDomainListStatus status)
status - 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 © 2021. All rights reserved.