Interface AcceptEngagementInvitationRequest.Builder

    • Method Detail

      • catalog

        AcceptEngagementInvitationRequest.Builder catalog​(String catalog)

        The CatalogType parameter specifies the catalog associated with the engagement invitation. Accepted values are AWS and Sandbox, which determine the environment in which the engagement invitation is managed.

        Parameters:
        catalog - The CatalogType parameter specifies the catalog associated with the engagement invitation. Accepted values are AWS and Sandbox, which determine the environment in which the engagement invitation is managed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • identifier

        AcceptEngagementInvitationRequest.Builder identifier​(String identifier)

        The Identifier parameter in the AcceptEngagementInvitationRequest specifies the unique identifier of the EngagementInvitation to be accepted. Providing the correct identifier ensures that the intended invitation is accepted.

        Parameters:
        identifier - The Identifier parameter in the AcceptEngagementInvitationRequest specifies the unique identifier of the EngagementInvitation to be accepted. Providing the correct identifier ensures that the intended invitation is accepted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.