public static interface FirewallDomainList.Builder extends SdkPojo, CopyableBuilder<FirewallDomainList.Builder,FirewallDomainList>
| Modifier and Type | Method and Description |
|---|---|
FirewallDomainList.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the firewall domain list.
|
FirewallDomainList.Builder |
creationTime(String creationTime)
The date and time that the domain list was created, in Unix time format and Coordinated Universal Time (UTC).
|
FirewallDomainList.Builder |
creatorRequestId(String creatorRequestId)
A unique string defined by you to identify the request.
|
FirewallDomainList.Builder |
domainCount(Integer domainCount)
The number of domain names that are specified in the domain list.
|
FirewallDomainList.Builder |
id(String id)
The ID of the domain list.
|
FirewallDomainList.Builder |
managedOwnerName(String managedOwnerName)
The owner of the list, used only for lists that are not managed by you.
|
FirewallDomainList.Builder |
modificationTime(String modificationTime)
The date and time that the domain list was last modified, in Unix time format and Coordinated Universal Time
(UTC).
|
FirewallDomainList.Builder |
name(String name)
The name of the domain list.
|
FirewallDomainList.Builder |
status(FirewallDomainListStatus status)
The status of the domain list.
|
FirewallDomainList.Builder |
status(String status)
The status of the domain list.
|
FirewallDomainList.Builder |
statusMessage(String statusMessage)
Additional information about the status of the list, if available.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFirewallDomainList.Builder id(String id)
The ID of the domain list.
id - The ID of the domain list.FirewallDomainList.Builder arn(String arn)
The Amazon Resource Name (ARN) of the firewall domain list.
arn - The Amazon Resource Name (ARN) of the firewall domain list.FirewallDomainList.Builder name(String name)
The name of the domain list.
name - The name of the domain list.FirewallDomainList.Builder domainCount(Integer domainCount)
The number of domain names that are specified in the domain list.
domainCount - The number of domain names that are specified in the domain list.FirewallDomainList.Builder status(String status)
The status of the domain list.
status - The status of the domain list.FirewallDomainListStatus,
FirewallDomainListStatusFirewallDomainList.Builder status(FirewallDomainListStatus status)
The status of the domain list.
status - The status of the domain list.FirewallDomainListStatus,
FirewallDomainListStatusFirewallDomainList.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.FirewallDomainList.Builder managedOwnerName(String managedOwnerName)
The owner of the list, used only for lists that are not managed by you. For example, the managed domain list
AWSManagedDomainsMalwareDomainList has the managed owner name
Route 53 Resolver DNS Firewall.
managedOwnerName - The owner of the list, used only for lists that are not managed by you. For example, the managed
domain list AWSManagedDomainsMalwareDomainList has the managed owner name
Route 53 Resolver DNS Firewall.FirewallDomainList.Builder creatorRequestId(String creatorRequestId)
A unique string defined by you to identify the request. This allows you to retry failed requests without the risk of running the operation twice. This can be any unique string, for example, a timestamp.
creatorRequestId - A unique string defined by you to identify the request. This allows you to retry failed requests
without the risk of running the operation twice. This can be any unique string, for example, a
timestamp.FirewallDomainList.Builder creationTime(String creationTime)
The date and time that the domain list was created, in Unix time format and Coordinated Universal Time (UTC).
creationTime - The date and time that the domain list was created, in Unix time format and Coordinated Universal Time
(UTC).FirewallDomainList.Builder modificationTime(String modificationTime)
The date and time that the domain list was last modified, in Unix time format and Coordinated Universal Time (UTC).
modificationTime - The date and time that the domain list was last modified, in Unix time format and Coordinated
Universal Time (UTC).Copyright © 2023. All rights reserved.