public static interface GetAvailableFundsResponse.Builder extends AgcodResponse.Builder, software.amazon.awssdk.core.SdkPojo, software.amazon.awssdk.utils.builder.CopyableBuilder<GetAvailableFundsResponse.Builder,GetAvailableFundsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetAvailableFundsResponse.Builder |
availableFunds(AgcodValue availableFunds)
Docu goes here.
|
default GetAvailableFundsResponse.Builder |
availableFunds(Consumer<AgcodValue.Builder> availableFunds)
Docu goes here.
|
GetAvailableFundsResponse.Builder |
status(AgcodResponseStatus status)
Docu goes here.
|
GetAvailableFundsResponse.Builder |
status(String status)
Docu goes here.
|
GetAvailableFundsResponse.Builder |
timestamp(Instant timestamp)
Docu goes here.
|
build, responseMetadata, responseMetadataGetAvailableFundsResponse.Builder availableFunds(AgcodValue availableFunds)
Docu goes here.
availableFunds - Docu goes here.default GetAvailableFundsResponse.Builder availableFunds(Consumer<AgcodValue.Builder> availableFunds)
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 availableFunds(AgcodValue).availableFunds - a consumer that will call methods on AgcodValue.BuilderavailableFunds(AgcodValue)GetAvailableFundsResponse.Builder timestamp(Instant timestamp)
Docu goes here.
timestamp - Docu goes here.GetAvailableFundsResponse.Builder status(String status)
Docu goes here.
status - Docu goes here.AgcodResponseStatus,
AgcodResponseStatusGetAvailableFundsResponse.Builder status(AgcodResponseStatus status)
Docu goes here.
status - Docu goes here.AgcodResponseStatus,
AgcodResponseStatusCopyright © 2020. All rights reserved.