Interface EngagementSummary.Builder

    • Method Detail

      • arn

        EngagementSummary.Builder arn​(String arn)

        The Amazon Resource Name (ARN) of the created Engagement.

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

        EngagementSummary.Builder createdAt​(Instant createdAt)

        The date and time when the Engagement was created.

        Parameters:
        createdAt - The date and time when the Engagement was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdBy

        EngagementSummary.Builder createdBy​(String createdBy)

        The AWS Account ID of the Engagement creator.

        Parameters:
        createdBy - The AWS Account ID of the Engagement creator.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • id

        EngagementSummary.Builder id​(String id)

        The unique identifier for the Engagement.

        Parameters:
        id - The unique identifier for the Engagement.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • memberCount

        EngagementSummary.Builder memberCount​(Integer memberCount)

        The number of members in the Engagement.

        Parameters:
        memberCount - The number of members in the Engagement.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • title

        EngagementSummary.Builder title​(String title)

        The title of the Engagement.

        Parameters:
        title - The title of the Engagement.
        Returns:
        Returns a reference to this object so that method calls can be chained together.