Interface CreateEngagementContextResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateEngagementContextResponse.Builder,,CreateEngagementContextResponse> PartnerCentralSellingResponse.Builder,SdkBuilder<CreateEngagementContextResponse.Builder,,CreateEngagementContextResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
CreateEngagementContextResponse
@Mutable
@NotThreadSafe
public static interface CreateEngagementContextResponse.Builder
extends PartnerCentralSellingResponse.Builder, SdkPojo, CopyableBuilder<CreateEngagementContextResponse.Builder,CreateEngagementContextResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier assigned to the newly created engagement context.engagementArn(String engagementArn) The Amazon Resource Name (ARN) of the engagement to which the context was added.engagementId(String engagementId) The unique identifier of the engagement to which the context was added.engagementLastModifiedAt(Instant engagementLastModifiedAt) The timestamp indicating when the engagement was last modified as a result of adding the context, in ISO 8601 format (UTC).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 to which the context was added. This ID confirms the successful association of the context with the specified engagement.
- Parameters:
engagementId- The unique identifier of the engagement to which the context was added. This ID confirms the successful association of the context with the specified engagement.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
engagementArn
The Amazon Resource Name (ARN) of the engagement to which the context was added. This globally unique identifier can be used for cross-service references and IAM policies.
- Parameters:
engagementArn- The Amazon Resource Name (ARN) of the engagement to which the context was added. This globally unique identifier can be used for cross-service references and IAM policies.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
engagementLastModifiedAt
The timestamp indicating when the engagement was last modified as a result of adding the context, in ISO 8601 format (UTC). Example: "2023-05-01T20:37:46Z".
- Parameters:
engagementLastModifiedAt- The timestamp indicating when the engagement was last modified as a result of adding the context, in ISO 8601 format (UTC). Example: "2023-05-01T20:37:46Z".- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contextId
The unique identifier assigned to the newly created engagement context. This ID can be used to reference the specific context within the engagement for future operations.
- Parameters:
contextId- The unique identifier assigned to the newly created engagement context. This ID can be used to reference the specific context within the engagement for future operations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-