Interface FirewallDomainList.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FirewallDomainList.Builder,
,FirewallDomainList> SdkBuilder<FirewallDomainList.Builder,
,FirewallDomainList> SdkPojo
- Enclosing class:
FirewallDomainList
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the firewall domain list.creationTime
(String creationTime) The date and time that the domain list was created, in Unix time format and Coordinated Universal Time (UTC).creatorRequestId
(String creatorRequestId) A unique string defined by you to identify the request.domainCount
(Integer domainCount) The number of domain names that are specified in the domain list.The ID of the domain list.managedOwnerName
(String managedOwnerName) The owner of the list, used only for lists that are not managed by you.modificationTime
(String modificationTime) The date and time that the domain list was last modified, in Unix time format and Coordinated Universal Time (UTC).The name of the domain list.The status of the domain list.status
(FirewallDomainListStatus status) The status of the domain list.statusMessage
(String statusMessage) Additional information about the status of the list, if available.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods 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.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the firewall domain list.- 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.
-
domainCount
The number of domain names that are specified in the domain list.
- Parameters:
domainCount
- The number of domain names that are specified in the domain list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the domain list.
- Parameters:
status
- The status of the domain list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the domain list.
- Parameters:
status
- The status of the domain list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusMessage
Additional information about the status of the list, if available.
- Parameters:
statusMessage
- Additional information about the status of the list, if available.- 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
AWSManagedDomainsMalwareDomainList
has 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 listAWSManagedDomainsMalwareDomainList
has the managed owner nameRoute 53 Resolver DNS Firewall
.- 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.
-
creationTime
The date and time that the domain list was created, in Unix time format and Coordinated Universal Time (UTC).
- Parameters:
creationTime
- The date and time that the domain list was created, in Unix time format and Coordinated Universal Time (UTC).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modificationTime
The date and time that the domain list was last modified, in Unix time format and Coordinated Universal Time (UTC).
- Parameters:
modificationTime
- The date and time that the domain list was last modified, in Unix time format and Coordinated Universal Time (UTC).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-