public static interface CreateGiftCardResponse.Builder extends AgcodResponse.Builder, software.amazon.awssdk.core.SdkPojo, software.amazon.awssdk.utils.builder.CopyableBuilder<CreateGiftCardResponse.Builder,CreateGiftCardResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateGiftCardResponse.Builder |
cardNumber(String cardNumber)
Docu goes here.
|
CreateGiftCardResponse.Builder |
cardStatus(String cardStatus)
Docu goes here.
|
CreateGiftCardResponse.Builder |
creationRequestId(String creationRequestId)
Docu goes here.
|
CreateGiftCardResponse.Builder |
expirationDate(String expirationDate)
Docu goes here.
|
CreateGiftCardResponse.Builder |
gcClaimCode(String gcClaimCode)
Docu goes here.
|
CreateGiftCardResponse.Builder |
gcExpirationDate(String gcExpirationDate)
Docu goes here.
|
CreateGiftCardResponse.Builder |
gcId(String gcId)
Docu goes here.
|
CreateGiftCardResponse.Builder |
status(AgcodResponseStatus status)
Docu goes here.
|
CreateGiftCardResponse.Builder |
status(String status)
Docu goes here.
|
CreateGiftCardResponse.Builder |
value(AgcodValue value)
Docu goes here.
|
default CreateGiftCardResponse.Builder |
value(Consumer<AgcodValue.Builder> value)
Docu goes here.
|
build, responseMetadata, responseMetadataCreateGiftCardResponse.Builder cardNumber(String cardNumber)
Docu goes here.
cardNumber - Docu goes here.CreateGiftCardResponse.Builder cardStatus(String cardStatus)
Docu goes here.
cardStatus - Docu goes here.CreateGiftCardResponse.Builder expirationDate(String expirationDate)
Docu goes here.
expirationDate - Docu goes here.CreateGiftCardResponse.Builder value(AgcodValue value)
Docu goes here.
value - Docu goes here.default CreateGiftCardResponse.Builder value(Consumer<AgcodValue.Builder> value)
Docu goes here.
This is a convenience that creates an instance of theAgcodValue.Builder avoiding the need to create
one manually via AgcodValue.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to value(AgcodValue).value - a consumer that will call methods on AgcodValue.Buildervalue(AgcodValue)CreateGiftCardResponse.Builder creationRequestId(String creationRequestId)
Docu goes here.
creationRequestId - Docu goes here.CreateGiftCardResponse.Builder gcClaimCode(String gcClaimCode)
Docu goes here.
gcClaimCode - Docu goes here.CreateGiftCardResponse.Builder gcExpirationDate(String gcExpirationDate)
Docu goes here.
gcExpirationDate - Docu goes here.CreateGiftCardResponse.Builder gcId(String gcId)
Docu goes here.
gcId - Docu goes here.CreateGiftCardResponse.Builder status(String status)
Docu goes here.
status - Docu goes here.AgcodResponseStatus,
AgcodResponseStatusCreateGiftCardResponse.Builder status(AgcodResponseStatus status)
Docu goes here.
status - Docu goes here.AgcodResponseStatus,
AgcodResponseStatusCopyright © 2020. All rights reserved.