Interface AccountMetaData.Builder

  • Method Details

    • 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.
    • address

      default AccountMetaData.Builder address(Consumer<Address.Builder> address)
      Sets the value of the Address property for this object. This is a convenience method that creates an instance of the Address.Builder avoiding the need to create one manually via Address.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to address(Address).

      Parameters:
      address - a consumer that will call methods on Address.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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:
    • 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:
    • 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.