Interface FirewallDomainListsItem.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<FirewallDomainListsItem.Builder,,FirewallDomainListsItem> SdkBuilder<FirewallDomainListsItem.Builder,,FirewallDomainListsItem> SdkPojo
- Enclosing class:
FirewallDomainListsItem
@Mutable
@NotThreadSafe
public static interface FirewallDomainListsItem.Builder
extends SdkPojo, CopyableBuilder<FirewallDomainListsItem.Builder,FirewallDomainListsItem>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the firewall domain list.The date and time when the firewall domain list was created.description(String description) A description of the firewall domain list.globalResolverId(String globalResolverId) The ID of the global resolver that the firewall domain list is associated with.The unique identifier of the firewall domain list.The name of the firewall domain list.The current status of the firewall domain list.status(CRResourceStatus status) The current status of the firewall domain list.The date and time when the firewall domain list was last updated.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
-
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.
-
globalResolverId
The ID of the global resolver that the firewall domain list is associated with.
- Parameters:
globalResolverId- The ID of the global resolver that the firewall domain list is associated with.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The date and time when the firewall domain list was created.
- Parameters:
createdAt- The date and time when the firewall domain list was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A description of the firewall domain list.
- Parameters:
description- A description of the firewall domain list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The unique identifier of the firewall domain list.
- Parameters:
id- The unique identifier 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 firewall domain list.
- Parameters:
name- The name of the firewall domain list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the firewall domain list.
- Parameters:
status- The current status of the firewall domain list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the firewall domain list.
- Parameters:
status- The current status of the firewall domain list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
updatedAt
The date and time when the firewall domain list was last updated.
- Parameters:
updatedAt- The date and time when the firewall domain list was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-