Interface GetEngagementResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetEngagementResponse.Builder,,GetEngagementResponse> PartnerCentralSellingResponse.Builder,SdkBuilder<GetEngagementResponse.Builder,,GetEngagementResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetEngagementResponse
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the engagement retrieved.contexts(Collection<EngagementContextDetails> contexts) A list of context objects associated with the engagement.contexts(Consumer<EngagementContextDetails.Builder>... contexts) A list of context objects associated with the engagement.contexts(EngagementContextDetails... contexts) A list of context objects associated with the engagement.The date and time when the Engagement was created, presented in ISO 8601 format (UTC).The AWS account ID of the user who originally created the engagement.description(String description) A more detailed description of the engagement.The unique resource identifier of the engagement retrieved.memberCount(Integer memberCount) Specifies the current count of members participating in the Engagement.The title of the engagement.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.partnercentralselling.model.PartnerCentralSellingResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
id
The unique resource identifier of the engagement retrieved.
- Parameters:
id- The unique resource identifier of the engagement retrieved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The Amazon Resource Name (ARN) of the engagement retrieved.
- Parameters:
arn- The Amazon Resource Name (ARN) of the engagement retrieved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
title
The title of the engagement. It provides a brief, descriptive name for the engagement that is meaningful and easily recognizable.
- Parameters:
title- The title of the engagement. It provides a brief, descriptive name for the engagement that is meaningful and easily recognizable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A more detailed description of the engagement. This provides additional context or information about the engagement's purpose or scope.
- Parameters:
description- A more detailed description of the engagement. This provides additional context or information about the engagement's purpose or scope.- 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, presented in ISO 8601 format (UTC). For example: "2023-05-01T20:37:46Z". This timestamp helps track the lifecycle of the Engagement.
- Parameters:
createdAt- The date and time when the Engagement was created, presented in ISO 8601 format (UTC). For example: "2023-05-01T20:37:46Z". This timestamp helps track the lifecycle of the Engagement.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBy
The AWS account ID of the user who originally created the engagement. This field helps in tracking the origin of the engagement.
- Parameters:
createdBy- The AWS account ID of the user who originally created the engagement. This field helps in tracking the origin of the engagement.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
memberCount
Specifies the current count of members participating in the Engagement. This count includes all active members regardless of their roles or permissions within the Engagement.
- Parameters:
memberCount- Specifies the current count of members participating in the Engagement. This count includes all active members regardless of their roles or permissions within the Engagement.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contexts
A list of context objects associated with the engagement. Each context provides additional information related to the Engagement, such as customer projects or documents.
- Parameters:
contexts- A list of context objects associated with the engagement. Each context provides additional information related to the Engagement, such as customer projects or documents.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contexts
A list of context objects associated with the engagement. Each context provides additional information related to the Engagement, such as customer projects or documents.
- Parameters:
contexts- A list of context objects associated with the engagement. Each context provides additional information related to the Engagement, such as customer projects or documents.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contexts
A list of context objects associated with the engagement. Each context provides additional information related to the Engagement, such as customer projects or documents.
This is a convenience method that creates an instance of theEngagementContextDetails.Builderavoiding the need to create one manually viaEngagementContextDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocontexts(List<EngagementContextDetails>).- Parameters:
contexts- a consumer that will call methods onEngagementContextDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-