Interface EngagementMember.Builder

    • Method Detail

      • accountId

        EngagementMember.Builder accountId​(String accountId)

        This is the unique identifier for the AWS account associated with the member organization. It's used for AWS-related operations and identity verification.

        Parameters:
        accountId - This is the unique identifier for the AWS account associated with the member organization. It's used for AWS-related operations and identity verification.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • companyName

        EngagementMember.Builder companyName​(String companyName)

        The official name of the member's company or organization.

        Parameters:
        companyName - The official name of the member's company or organization.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • websiteUrl

        EngagementMember.Builder websiteUrl​(String websiteUrl)

        The URL of the member company's website. This offers a way to find more information about the member organization and serves as an additional identifier.

        Parameters:
        websiteUrl - The URL of the member company's website. This offers a way to find more information about the member organization and serves as an additional identifier.
        Returns:
        Returns a reference to this object so that method calls can be chained together.