Interface TargetAccountConfiguration.Builder

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

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

    • roleArn

      The Amazon Resource Name (ARN) of an IAM role for the target account.

      Parameters:
      roleArn - The Amazon Resource Name (ARN) of an IAM role for the target account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • accountId

      The Amazon Web Services account ID of the target account.

      Parameters:
      accountId - The Amazon Web Services account ID of the target account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      TargetAccountConfiguration.Builder description(String description)

      The description of the target account.

      Parameters:
      description - The description of the target account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.