Interface Account.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Account.Builder,Account>, SdkBuilder<Account.Builder,Account>, SdkPojo
Enclosing class:
Account

@Mutable @NotThreadSafe public static interface Account.Builder extends SdkPojo, CopyableBuilder<Account.Builder,Account>
  • Method Details

    • uid

      The Amazon Web Services account ID within which the activity took place. This may differ from the account that owns the user identity.

      Parameters:
      uid - The Amazon Web Services account ID within which the activity took place. This may differ from the account that owns the user identity.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      Account.Builder name(String name)

      Name of the member's Amazon Web Services account.

      Parameters:
      name - Name of the member's Amazon Web Services account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.