Interface FirewallDomainListMetadata.Builder

    • Method Detail

      • id

        FirewallDomainListMetadata.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

        FirewallDomainListMetadata.Builder arn​(String 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

        FirewallDomainListMetadata.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.
      • creatorRequestId

        FirewallDomainListMetadata.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.
      • managedOwnerName

        FirewallDomainListMetadata.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.