Interface FirewallDomainListMetadata.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<FirewallDomainListMetadata.Builder,,FirewallDomainListMetadata> SdkBuilder<FirewallDomainListMetadata.Builder,,FirewallDomainListMetadata> SdkPojo
- Enclosing class:
FirewallDomainListMetadata
@Mutable
@NotThreadSafe
public static interface FirewallDomainListMetadata.Builder
extends SdkPojo, CopyableBuilder<FirewallDomainListMetadata.Builder,FirewallDomainListMetadata>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the firewall domain list metadata.The category of the domain list.creatorRequestId(String creatorRequestId) A unique string defined by you to identify the request.The ID of the domain list.managedListType(String managedListType) The type of the managed domain list, for exampleTHREAT.managedListType(DomainListType managedListType) The type of the managed domain list, for exampleTHREAT.managedOwnerName(String managedOwnerName) The owner of the list, used only for lists that are not managed by you.The name of the domain list.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
id
The ID of the domain list.
- Parameters:
id- The ID of the domain list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The Amazon Resource Name (ARN) of the firewall domain list metadata.
- Parameters:
arn- The Amazon Resource Name (ARN) of the firewall domain list metadata.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the domain list.
- Parameters:
name- The name of the domain list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
managedOwnerName
The owner of the list, used only for lists that are not managed by you. For example, the managed domain list
AWSManagedDomainsMalwareDomainListhas the managed owner nameRoute 53 Resolver DNS Firewall.- Parameters:
managedOwnerName- The owner of the list, used only for lists that are not managed by you. For example, the managed domain listAWSManagedDomainsMalwareDomainListhas the managed owner nameRoute 53 Resolver DNS Firewall.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
managedListType
The type of the managed domain list, for example
THREAT.- Parameters:
managedListType- The type of the managed domain list, for exampleTHREAT.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
managedListType
The type of the managed domain list, for example
THREAT.- Parameters:
managedListType- The type of the managed domain list, for exampleTHREAT.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
category
The category of the domain list.
- Parameters:
category- The category of the domain list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-