Interface DelegatedAdministrator.Builder

    • Method Detail

      • id

        DelegatedAdministrator.Builder id​(String 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

        DelegatedAdministrator.Builder arn​(String 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

        DelegatedAdministrator.Builder email​(String 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

        DelegatedAdministrator.Builder name​(String 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

        DelegatedAdministrator.Builder status​(String 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:
        AccountStatus, AccountStatus
      • status

        DelegatedAdministrator.Builder status​(AccountStatus 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:
        AccountStatus, AccountStatus
      • 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:
        AccountJoinedMethod, AccountJoinedMethod
      • 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.