public static interface FirewallDomainListMetadata.Builder extends SdkPojo, CopyableBuilder<FirewallDomainListMetadata.Builder,FirewallDomainListMetadata>
| Modifier and Type | Method and Description |
|---|---|
FirewallDomainListMetadata.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the firewall domain list metadata.
|
FirewallDomainListMetadata.Builder |
creatorRequestId(String creatorRequestId)
A unique string defined by you to identify the request.
|
FirewallDomainListMetadata.Builder |
id(String id)
The ID of the domain list.
|
FirewallDomainListMetadata.Builder |
managedOwnerName(String managedOwnerName)
The owner of the list, used only for lists that are not managed by you.
|
FirewallDomainListMetadata.Builder |
name(String name)
The name of the domain list.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFirewallDomainListMetadata.Builder id(String id)
The ID of the domain list.
id - The ID of the domain list.FirewallDomainListMetadata.Builder arn(String arn)
The Amazon Resource Name (ARN) of the firewall domain list metadata.
arn - The Amazon Resource Name (ARN) of the firewall domain list metadata.FirewallDomainListMetadata.Builder name(String name)
The name of the domain list.
name - The name of the domain list.FirewallDomainListMetadata.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.FirewallDomainListMetadata.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.Copyright © 2023. All rights reserved.