Interface ListApplicationDpuSizesResponse.Builder
-
- All Superinterfaces:
AthenaResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<ListApplicationDpuSizesResponse.Builder,ListApplicationDpuSizesResponse>,SdkBuilder<ListApplicationDpuSizesResponse.Builder,ListApplicationDpuSizesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListApplicationDpuSizesResponse
public static interface ListApplicationDpuSizesResponse.Builder extends AthenaResponse.Builder, SdkPojo, CopyableBuilder<ListApplicationDpuSizesResponse.Builder,ListApplicationDpuSizesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListApplicationDpuSizesResponse.BuilderapplicationDPUSizes(Collection<ApplicationDPUSizes> applicationDPUSizes)A list of the supported DPU sizes that the application runtime supports.ListApplicationDpuSizesResponse.BuilderapplicationDPUSizes(Consumer<ApplicationDPUSizes.Builder>... applicationDPUSizes)A list of the supported DPU sizes that the application runtime supports.ListApplicationDpuSizesResponse.BuilderapplicationDPUSizes(ApplicationDPUSizes... applicationDPUSizes)A list of the supported DPU sizes that the application runtime supports.ListApplicationDpuSizesResponse.BuildernextToken(String nextToken)A token generated by the Athena service that specifies where to continue pagination if a previous request was truncated.-
Methods inherited from interface software.amazon.awssdk.services.athena.model.AthenaResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
applicationDPUSizes
ListApplicationDpuSizesResponse.Builder applicationDPUSizes(Collection<ApplicationDPUSizes> applicationDPUSizes)
A list of the supported DPU sizes that the application runtime supports.
- Parameters:
applicationDPUSizes- A list of the supported DPU sizes that the application runtime supports.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applicationDPUSizes
ListApplicationDpuSizesResponse.Builder applicationDPUSizes(ApplicationDPUSizes... applicationDPUSizes)
A list of the supported DPU sizes that the application runtime supports.
- Parameters:
applicationDPUSizes- A list of the supported DPU sizes that the application runtime supports.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applicationDPUSizes
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.Builderavoiding the need to create one manually viaApplicationDPUSizes.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#applicationDPUSizes(List.) - Parameters:
applicationDPUSizes- a consumer that will call methods onApplicationDPUSizes.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#applicationDPUSizes(java.util.Collection)
-
nextToken
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
NextTokenfrom the response object of the previous page call.- Parameters:
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 theNextTokenfrom the response object of the previous page call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-