public static interface ListApplicationDpuSizesResponse.Builder extends AthenaResponse.Builder, SdkPojo, CopyableBuilder<ListApplicationDpuSizesResponse.Builder,ListApplicationDpuSizesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListApplicationDpuSizesResponse.Builder |
applicationDPUSizes(ApplicationDPUSizes... applicationDPUSizes)
A list of the supported DPU sizes that the application runtime supports.
|
ListApplicationDpuSizesResponse.Builder |
applicationDPUSizes(Collection<ApplicationDPUSizes> applicationDPUSizes)
A list of the supported DPU sizes that the application runtime supports.
|
ListApplicationDpuSizesResponse.Builder |
applicationDPUSizes(Consumer<ApplicationDPUSizes.Builder>... applicationDPUSizes)
A list of the supported DPU sizes that the application runtime supports.
|
ListApplicationDpuSizesResponse.Builder |
nextToken(String nextToken)
A token generated by the Athena service that specifies where to continue pagination if a previous request was
truncated.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListApplicationDpuSizesResponse.Builder applicationDPUSizes(Collection<ApplicationDPUSizes> applicationDPUSizes)
A list of the supported DPU sizes that the application runtime supports.
applicationDPUSizes - A list of the supported DPU sizes that the application runtime supports.ListApplicationDpuSizesResponse.Builder applicationDPUSizes(ApplicationDPUSizes... applicationDPUSizes)
A list of the supported DPU sizes that the application runtime supports.
applicationDPUSizes - A list of the supported DPU sizes that the application runtime supports.ListApplicationDpuSizesResponse.Builder applicationDPUSizes(Consumer<ApplicationDPUSizes.Builder>... applicationDPUSizes)
A list of the supported DPU sizes that the application runtime supports.
This is a convenience method that creates an instance of theApplicationDPUSizes.Builder avoiding the need to create
one manually via ApplicationDPUSizes.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #applicationDPUSizes(List.
applicationDPUSizes - a consumer that will call methods on
ApplicationDPUSizes.Builder#applicationDPUSizes(java.util.Collection) ListApplicationDpuSizesResponse.Builder nextToken(String nextToken)
A token generated by the Athena service that specifies where to continue pagination if a previous request was
truncated. To obtain the next set of pages, pass in the NextToken from the response object of
the previous page call.
nextToken - A token generated by the Athena service that specifies where to continue pagination if a previous
request was truncated. To obtain the next set of pages, pass in the NextToken from the
response object of the previous page call.Copyright © 2023. All rights reserved.