Interface AdminAccountDetails.Builder

  • Method Details

    • adminAccount

      AdminAccountDetails.Builder adminAccount(String adminAccount)

      The AWS account ID of the administrator account.

      Parameters:
      adminAccount - The AWS account ID of the administrator account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • priority

      The priority assigned to the administrator account.

      Parameters:
      priority - The priority assigned to the administrator account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • adminScope

      AdminAccountDetails.Builder adminScope(AdminScope adminScope)

      The administrative scope, which defines the accounts, organizational units, and firewall types that the administrator can manage.

      Parameters:
      adminScope - The administrative scope, which defines the accounts, organizational units, and firewall types that the administrator can manage.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • adminScope

      default AdminAccountDetails.Builder adminScope(Consumer<AdminScope.Builder> adminScope)

      The administrative scope, which defines the accounts, organizational units, and firewall types that the administrator can manage.

      This is a convenience method that creates an instance of the AdminScope.Builder avoiding the need to create one manually via AdminScope.builder().

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

      Parameters:
      adminScope - a consumer that will call methods on AdminScope.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the administrator account, either ONBOARDED or OFFBOARDED.

      Parameters:
      status - The status of the administrator account, either ONBOARDED or OFFBOARDED.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the administrator account, either ONBOARDED or OFFBOARDED.

      Parameters:
      status - The status of the administrator account, either ONBOARDED or OFFBOARDED.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: