public static interface CancelGiftCardRequest.Builder extends AgcodRequest.Builder, software.amazon.awssdk.core.SdkPojo, software.amazon.awssdk.utils.builder.CopyableBuilder<CancelGiftCardRequest.Builder,CancelGiftCardRequest>
| Modifier and Type | Method and Description |
|---|---|
CancelGiftCardRequest.Builder |
creationRequestId(String creationRequestId)
A unique identifier for every CreateGiftCard call that results in the creation of a GC.
|
CancelGiftCardRequest.Builder |
overrideConfiguration(software.amazon.awssdk.awscore.AwsRequestOverrideConfiguration overrideConfiguration) |
CancelGiftCardRequest.Builder |
overrideConfiguration(Consumer<software.amazon.awssdk.awscore.AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CancelGiftCardRequest.Builder |
partnerId(String partnerId)
A unique identifier (CASE SENSITIVE, 1st letter is capitalized and the next four are lower case) provided by
the Amazon GC team.
|
buildCancelGiftCardRequest.Builder creationRequestId(String creationRequestId)
A unique identifier for every CreateGiftCard call that results in the creation of a GC. The partner must generate a new value for every Create request (except for retries) To keep this as the globally unique transaction identifier, the partner needs to:
creationRequestId - A unique identifier for every CreateGiftCard call that results in the creation of a GC. The partner
must generate a new value for every Create request (except for retries) To keep this as the globally
unique transaction identifier, the partner needs to:
CancelGiftCardRequest.Builder partnerId(String partnerId)
A unique identifier (CASE SENSITIVE, 1st letter is capitalized and the next four are lower case) provided by the Amazon GC team. This value is part of the Payload of every AGCOD Gateway request.
partnerId - A unique identifier (CASE SENSITIVE, 1st letter is capitalized and the next four are lower case)
provided by the Amazon GC team. This value is part of the Payload of every AGCOD Gateway request.CancelGiftCardRequest.Builder overrideConfiguration(software.amazon.awssdk.awscore.AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface software.amazon.awssdk.awscore.AwsRequest.BuilderCancelGiftCardRequest.Builder overrideConfiguration(Consumer<software.amazon.awssdk.awscore.AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface software.amazon.awssdk.awscore.AwsRequest.BuilderCopyright © 2020. All rights reserved.