Interface FirewallDomainList.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FirewallDomainList.Builder,FirewallDomainList>,SdkBuilder<FirewallDomainList.Builder,FirewallDomainList>,SdkPojo
- Enclosing class:
- FirewallDomainList
public static interface FirewallDomainList.Builder extends SdkPojo, CopyableBuilder<FirewallDomainList.Builder,FirewallDomainList>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FirewallDomainList.Builderarn(String arn)The Amazon Resource Name (ARN) of the firewall domain list.FirewallDomainList.BuildercreationTime(String creationTime)The date and time that the domain list was created, in Unix time format and Coordinated Universal Time (UTC).FirewallDomainList.BuildercreatorRequestId(String creatorRequestId)A unique string defined by you to identify the request.FirewallDomainList.BuilderdomainCount(Integer domainCount)The number of domain names that are specified in the domain list.FirewallDomainList.Builderid(String id)The ID of the domain list.FirewallDomainList.BuildermanagedOwnerName(String managedOwnerName)The owner of the list, used only for lists that are not managed by you.FirewallDomainList.BuildermodificationTime(String modificationTime)The date and time that the domain list was last modified, in Unix time format and Coordinated Universal Time (UTC).FirewallDomainList.Buildername(String name)The name of the domain list.FirewallDomainList.Builderstatus(String status)The status of the domain list.FirewallDomainList.Builderstatus(FirewallDomainListStatus status)The status of the domain list.FirewallDomainList.BuilderstatusMessage(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 Detail
-
id
FirewallDomainList.Builder id(String 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
FirewallDomainList.Builder arn(String 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
FirewallDomainList.Builder name(String 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
FirewallDomainList.Builder domainCount(Integer 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
FirewallDomainList.Builder status(String 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:
FirewallDomainListStatus,FirewallDomainListStatus
-
status
FirewallDomainList.Builder status(FirewallDomainListStatus 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:
FirewallDomainListStatus,FirewallDomainListStatus
-
statusMessage
FirewallDomainList.Builder statusMessage(String 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
FirewallDomainList.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
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.
-
creatorRequestId
FirewallDomainList.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.
- 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
FirewallDomainList.Builder creationTime(String 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
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).
- 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.
-
-