Interface AwsAccount.Builder

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

public static interface AwsAccount.Builder extends SdkPojo, CopyableBuilder<AwsAccount.Builder,AwsAccount>
  • Method Details

    • accountId

      AwsAccount.Builder accountId(String accountId)

      The unique identifier for the Amazon Web Services account.

      Parameters:
      accountId - The unique identifier for the Amazon Web Services account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • principalId

      AwsAccount.Builder principalId(String principalId)

      The unique identifier for the entity that performed the action.

      Parameters:
      principalId - The unique identifier for the entity that performed the action.
      Returns:
      Returns a reference to this object so that method calls can be chained together.