Interface EngagementSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EngagementSummary.Builder,
,EngagementSummary> SdkBuilder<EngagementSummary.Builder,
,EngagementSummary> SdkPojo
- Enclosing class:
EngagementSummary
@Mutable
@NotThreadSafe
public static interface EngagementSummary.Builder
extends SdkPojo, CopyableBuilder<EngagementSummary.Builder,EngagementSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the created Engagement.The date and time when the Engagement was created.The AWS Account ID of the Engagement creator.The unique identifier for the Engagement.memberCount
(Integer memberCount) The number of members in the Engagement.The title of the Engagement.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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
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
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
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.
-