public static interface DescribeFpgaImagesResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeFpgaImagesResponse.Builder,DescribeFpgaImagesResponse>
Modifier and Type | Method and Description |
---|---|
DescribeFpgaImagesResponse.Builder |
fpgaImages(Collection<FpgaImage> fpgaImages)
Information about the FPGA images.
|
DescribeFpgaImagesResponse.Builder |
fpgaImages(Consumer<FpgaImage.Builder>... fpgaImages)
Information about the FPGA images.
|
DescribeFpgaImagesResponse.Builder |
fpgaImages(FpgaImage... fpgaImages)
Information about the FPGA images.
|
DescribeFpgaImagesResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeFpgaImagesResponse.Builder fpgaImages(Collection<FpgaImage> fpgaImages)
Information about the FPGA images.
fpgaImages
- Information about the FPGA images.DescribeFpgaImagesResponse.Builder fpgaImages(FpgaImage... fpgaImages)
Information about the FPGA images.
fpgaImages
- Information about the FPGA images.DescribeFpgaImagesResponse.Builder fpgaImages(Consumer<FpgaImage.Builder>... fpgaImages)
Information about the FPGA images.
This is a convenience that creates an instance of theList.Builder
avoiding the need to
create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its
result is passed to #fpgaImages(List)
.fpgaImages
- a consumer that will call methods on List.Builder
#fpgaImages(List)
DescribeFpgaImagesResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null
when there are no more
results to return.
nextToken
- The token to use to retrieve the next page of results. This value is null
when there are
no more results to return.Copyright © 2020. All rights reserved.