Interface CancelAgreementCancellationRequestResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CancelAgreementCancellationRequestResponse.Builder,,CancelAgreementCancellationRequestResponse> MarketplaceAgreementResponse.Builder,SdkBuilder<CancelAgreementCancellationRequestResponse.Builder,,CancelAgreementCancellationRequestResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
CancelAgreementCancellationRequestResponse
-
Method Summary
Modifier and TypeMethodDescriptionagreementCancellationRequestId(String agreementCancellationRequestId) The unique identifier of the cancelled cancellation request.agreementId(String agreementId) The unique identifier of the agreement associated with this cancellation request.The date and time when the cancellation request was originally created, as a POSIX timestamp (Unix epoch seconds).description(String description) The detailed description of the original cancellation reason, if provided.reasonCode(String reasonCode) The original reason code provided when the cancellation request was created.reasonCode(AgreementCancellationRequestReasonCode reasonCode) The original reason code provided when the cancellation request was created.The updated status of the cancellation request, which isCANCELLED.The updated status of the cancellation request, which isCANCELLED.statusMessage(String statusMessage) A message providing additional context about the cancellation request status.The date and time when the cancellation request was cancelled, as a POSIX timestamp (Unix epoch seconds).Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.marketplaceagreement.model.MarketplaceAgreementResponse.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
-
agreementCancellationRequestId
CancelAgreementCancellationRequestResponse.Builder agreementCancellationRequestId(String agreementCancellationRequestId) The unique identifier of the cancelled cancellation request.
- Parameters:
agreementCancellationRequestId- The unique identifier of the cancelled cancellation request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agreementId
The unique identifier of the agreement associated with this cancellation request.
- Parameters:
agreementId- The unique identifier of the agreement associated with this cancellation request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reasonCode
The original reason code provided when the cancellation request was created.
- Parameters:
reasonCode- The original reason code provided when the cancellation request was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
reasonCode
CancelAgreementCancellationRequestResponse.Builder reasonCode(AgreementCancellationRequestReasonCode reasonCode) The original reason code provided when the cancellation request was created.
- Parameters:
reasonCode- The original reason code provided when the cancellation request was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
description
The detailed description of the original cancellation reason, if provided.
- Parameters:
description- The detailed description of the original cancellation reason, if provided.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The updated status of the cancellation request, which is
CANCELLED.- Parameters:
status- The updated status of the cancellation request, which isCANCELLED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
CancelAgreementCancellationRequestResponse.Builder status(AgreementCancellationRequestStatus status) The updated status of the cancellation request, which is
CANCELLED.- Parameters:
status- The updated status of the cancellation request, which isCANCELLED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusMessage
A message providing additional context about the cancellation request status.
- Parameters:
statusMessage- A message providing additional context about the cancellation request status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The date and time when the cancellation request was originally created, as a POSIX timestamp (Unix epoch seconds).
- Parameters:
createdAt- The date and time when the cancellation request was originally created, as a POSIX timestamp (Unix epoch seconds).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The date and time when the cancellation request was cancelled, as a POSIX timestamp (Unix epoch seconds).
- Parameters:
updatedAt- The date and time when the cancellation request was cancelled, as a POSIX timestamp (Unix epoch seconds).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-