Interface DelegatedAdministrator.Builder

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

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

    • id

      The unique identifier (ID) of the delegated administrator's account.

      Parameters:
      id - The unique identifier (ID) of the delegated administrator's account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • arn

      The Amazon Resource Name (ARN) of the delegated administrator's account.

      Parameters:
      arn - The Amazon Resource Name (ARN) of the delegated administrator's account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • email

      The email address that is associated with the delegated administrator's Amazon Web Services account.

      Parameters:
      email - The email address that is associated with the delegated administrator's Amazon Web Services account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The friendly name of the delegated administrator's account.

      Parameters:
      name - The friendly name of the delegated administrator's account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of the delegated administrator's account in the organization.

      Parameters:
      status - The status of the delegated administrator's account in the organization.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the delegated administrator's account in the organization.

      Parameters:
      status - The status of the delegated administrator's account in the organization.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • joinedMethod

      DelegatedAdministrator.Builder joinedMethod(String joinedMethod)

      The method by which the delegated administrator's account joined the organization.

      Parameters:
      joinedMethod - The method by which the delegated administrator's account joined the organization.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • joinedMethod

      The method by which the delegated administrator's account joined the organization.

      Parameters:
      joinedMethod - The method by which the delegated administrator's account joined the organization.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • joinedTimestamp

      DelegatedAdministrator.Builder joinedTimestamp(Instant joinedTimestamp)

      The date when the delegated administrator's account became a part of the organization.

      Parameters:
      joinedTimestamp - The date when the delegated administrator's account became a part of the organization.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • delegationEnabledDate

      DelegatedAdministrator.Builder delegationEnabledDate(Instant delegationEnabledDate)

      The date when the account was made a delegated administrator.

      Parameters:
      delegationEnabledDate - The date when the account was made a delegated administrator.
      Returns:
      Returns a reference to this object so that method calls can be chained together.