Interface EngagementSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EngagementSummary.Builder,EngagementSummary>,SdkBuilder<EngagementSummary.Builder,EngagementSummary>,SdkPojo
- Enclosing class:
- EngagementSummary
public static interface EngagementSummary.Builder extends SdkPojo, CopyableBuilder<EngagementSummary.Builder,EngagementSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EngagementSummary.Builderarn(String arn)The Amazon Resource Name (ARN) of the created Engagement.EngagementSummary.BuildercreatedAt(Instant createdAt)The date and time when the Engagement was created.EngagementSummary.BuildercreatedBy(String createdBy)The AWS Account ID of the Engagement creator.EngagementSummary.Builderid(String id)The unique identifier for the Engagement.EngagementSummary.BuildermemberCount(Integer memberCount)The number of members in the Engagement.EngagementSummary.Buildertitle(String title)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 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.
-
-