Interface UpdateEngagementContextResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateEngagementContextResponse.Builder,,UpdateEngagementContextResponse> PartnerCentralSellingResponse.Builder,SdkBuilder<UpdateEngagementContextResponse.Builder,,UpdateEngagementContextResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
UpdateEngagementContextResponse
@Mutable
@NotThreadSafe
public static interface UpdateEngagementContextResponse.Builder
extends PartnerCentralSellingResponse.Builder, SdkPojo, CopyableBuilder<UpdateEngagementContextResponse.Builder,UpdateEngagementContextResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier of the engagement context that was updated.engagementArn(String engagementArn) The Amazon Resource Name (ARN) of the updated engagement.engagementId(String engagementId) The unique identifier of the engagement that was updated.engagementLastModifiedAt(Instant engagementLastModifiedAt) The timestamp when the engagement context was last modified.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
-
engagementId
The unique identifier of the engagement that was updated.
- Parameters:
engagementId- The unique identifier of the engagement that was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
engagementArn
The Amazon Resource Name (ARN) of the updated engagement.
- Parameters:
engagementArn- The Amazon Resource Name (ARN) of the updated engagement.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
engagementLastModifiedAt
The timestamp when the engagement context was last modified.
- Parameters:
engagementLastModifiedAt- The timestamp when the engagement context was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contextId
The unique identifier of the engagement context that was updated.
- Parameters:
contextId- The unique identifier of the engagement context that was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-