Interface FirewallDomainList.Builder

    • 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.
      • 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 AWSManagedDomainsMalwareDomainList has the managed owner name Route 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 list AWSManagedDomainsMalwareDomainList has the managed owner name Route 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.