| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53resolver.model |
| Modifier and Type | Method and Description |
|---|---|
FirewallDomainList.Builder |
FirewallDomainList.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the firewall domain list.
|
static FirewallDomainList.Builder |
FirewallDomainList.builder() |
FirewallDomainList.Builder |
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 |
FirewallDomainList.Builder.creatorRequestId(String creatorRequestId)
A unique string defined by you to identify the request.
|
FirewallDomainList.Builder |
FirewallDomainList.Builder.domainCount(Integer domainCount)
The number of domain names that are specified in the domain list.
|
FirewallDomainList.Builder |
FirewallDomainList.Builder.id(String id)
The ID of the domain list.
|
FirewallDomainList.Builder |
FirewallDomainList.Builder.managedOwnerName(String managedOwnerName)
The owner of the list, used only for lists that are not managed by you.
|
FirewallDomainList.Builder |
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 |
FirewallDomainList.Builder.name(String name)
The name of the domain list.
|
FirewallDomainList.Builder |
FirewallDomainList.Builder.status(FirewallDomainListStatus status)
The status of the domain list.
|
FirewallDomainList.Builder |
FirewallDomainList.Builder.status(String status)
The status of the domain list.
|
FirewallDomainList.Builder |
FirewallDomainList.Builder.statusMessage(String statusMessage)
Additional information about the status of the list, if available.
|
FirewallDomainList.Builder |
FirewallDomainList.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends FirewallDomainList.Builder> |
FirewallDomainList.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetFirewallDomainListResponse.Builder |
GetFirewallDomainListResponse.Builder.firewallDomainList(Consumer<FirewallDomainList.Builder> firewallDomainList)
The domain list that you requested.
|
default DeleteFirewallDomainListResponse.Builder |
DeleteFirewallDomainListResponse.Builder.firewallDomainList(Consumer<FirewallDomainList.Builder> firewallDomainList)
The domain list that you just deleted.
|
default CreateFirewallDomainListResponse.Builder |
CreateFirewallDomainListResponse.Builder.firewallDomainList(Consumer<FirewallDomainList.Builder> firewallDomainList)
The domain list that you just created.
|
Copyright © 2023. All rights reserved.