Interface Member.Builder

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

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

    • accountId

      Member.Builder accountId(String accountId)

      The Amazon Web Services account ID for the account.

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

      Member.Builder administratorAccountId(String administratorAccountId)

      The Amazon Web Services account ID for the administrator account.

      Parameters:
      administratorAccountId - The Amazon Web Services account ID for the administrator account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • arn

      The Amazon Resource Name (ARN) of the account.

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

      Member.Builder email(String email)

      The email address for the account. This value is null if the account is associated with the administrator account through Organizations.

      Parameters:
      email - The email address for the account. This value is null if the account is associated with the administrator account through Organizations.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • invitedAt

      Member.Builder invitedAt(Instant invitedAt)

      The date and time, in UTC and extended ISO 8601 format, when an Amazon Macie membership invitation was last sent to the account. This value is null if a Macie membership invitation hasn't been sent to the account.

      Parameters:
      invitedAt - The date and time, in UTC and extended ISO 8601 format, when an Amazon Macie membership invitation was last sent to the account. This value is null if a Macie membership invitation hasn't been sent to the account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • masterAccountId

      Member.Builder masterAccountId(String masterAccountId)

      (Deprecated) The Amazon Web Services account ID for the administrator account. This property has been replaced by the administratorAccountId property and is retained only for backward compatibility.

      Parameters:
      masterAccountId - (Deprecated) The Amazon Web Services account ID for the administrator account. This property has been replaced by the administratorAccountId property and is retained only for backward compatibility.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • relationshipStatus

      Member.Builder relationshipStatus(String relationshipStatus)

      The current status of the relationship between the account and the administrator account.

      Parameters:
      relationshipStatus - The current status of the relationship between the account and the administrator account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • relationshipStatus

      Member.Builder relationshipStatus(RelationshipStatus relationshipStatus)

      The current status of the relationship between the account and the administrator account.

      Parameters:
      relationshipStatus - The current status of the relationship between the account and the administrator account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • tags

      A map of key-value pairs that specifies which tags (keys and values) are associated with the account in Amazon Macie.

      Parameters:
      tags - A map of key-value pairs that specifies which tags (keys and values) are associated with the account in Amazon Macie.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      Member.Builder updatedAt(Instant updatedAt)

      The date and time, in UTC and extended ISO 8601 format, of the most recent change to the status of the relationship between the account and the administrator account.

      Parameters:
      updatedAt - The date and time, in UTC and extended ISO 8601 format, of the most recent change to the status of the relationship between the account and the administrator account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.