Interface AccountMetaData.Builder

    • Method Detail

      • accountName

        AccountMetaData.Builder accountName​(String accountName)

        The Amazon Web Services accounts name.

        Parameters:
        accountName - The Amazon Web Services accounts name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • address

        AccountMetaData.Builder address​(Address address)
        Sets the value of the Address property for this object.
        Parameters:
        address - The new value for the Address property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • addressRoleMapWithStrings

        AccountMetaData.Builder addressRoleMapWithStrings​(Map<String,​Jurisdiction> addressRoleMap)

        Address roles associated with the account containing country code information.

        Parameters:
        addressRoleMap - Address roles associated with the account containing country code information.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • addressRoleMap

        AccountMetaData.Builder addressRoleMap​(Map<AddressRoleType,​Jurisdiction> addressRoleMap)

        Address roles associated with the account containing country code information.

        Parameters:
        addressRoleMap - Address roles associated with the account containing country code information.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • addressType

        AccountMetaData.Builder addressType​(String addressType)

        The type of address associated with the legal profile.

        Parameters:
        addressType - The type of address associated with the legal profile.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AddressRoleType, AddressRoleType
      • addressType

        AccountMetaData.Builder addressType​(AddressRoleType addressType)

        The type of address associated with the legal profile.

        Parameters:
        addressType - The type of address associated with the legal profile.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AddressRoleType, AddressRoleType
      • seller

        AccountMetaData.Builder seller​(String seller)

        Seller information associated with the account.

        Parameters:
        seller - Seller information associated with the account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.