Interface AcceptInvitationRequest.Builder

    • Method Detail

      • administratorAccountId

        AcceptInvitationRequest.Builder administratorAccountId​(String administratorAccountId)

        The Amazon Web Services account ID for the account that sent the invitation.

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

        AcceptInvitationRequest.Builder invitationId​(String invitationId)

        The unique identifier for the invitation to accept.

        Parameters:
        invitationId - The unique identifier for the invitation to accept.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • masterAccount

        AcceptInvitationRequest.Builder masterAccount​(String masterAccount)

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

        Parameters:
        masterAccount - (Deprecated) The Amazon Web Services account ID for the account that sent the invitation. 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.