Interface GetDomainNameAccessAssociationsRequest.Builder

    • Method Detail

      • position

        GetDomainNameAccessAssociationsRequest.Builder position​(String position)

        The current pagination position in the paged result set.

        Parameters:
        position - The current pagination position in the paged result set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • limit

        GetDomainNameAccessAssociationsRequest.Builder limit​(Integer limit)

        The maximum number of returned results per page. The default value is 25 and the maximum value is 500.

        Parameters:
        limit - The maximum number of returned results per page. The default value is 25 and the maximum value is 500.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceOwner

        GetDomainNameAccessAssociationsRequest.Builder resourceOwner​(String resourceOwner)

        The owner of the domain name access association. Use SELF to only list the domain name access associations owned by your own account. Use OTHER_ACCOUNTS to list the domain name access associations with your private custom domain names that are owned by other AWS accounts.

        Parameters:
        resourceOwner - The owner of the domain name access association. Use SELF to only list the domain name access associations owned by your own account. Use OTHER_ACCOUNTS to list the domain name access associations with your private custom domain names that are owned by other AWS accounts.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ResourceOwner, ResourceOwner
      • resourceOwner

        GetDomainNameAccessAssociationsRequest.Builder resourceOwner​(ResourceOwner resourceOwner)

        The owner of the domain name access association. Use SELF to only list the domain name access associations owned by your own account. Use OTHER_ACCOUNTS to list the domain name access associations with your private custom domain names that are owned by other AWS accounts.

        Parameters:
        resourceOwner - The owner of the domain name access association. Use SELF to only list the domain name access associations owned by your own account. Use OTHER_ACCOUNTS to list the domain name access associations with your private custom domain names that are owned by other AWS accounts.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ResourceOwner, ResourceOwner