public static interface DescribeElasticGpusResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeElasticGpusResponse.Builder,DescribeElasticGpusResponse>
Modifier and Type | Method and Description |
---|---|
DescribeElasticGpusResponse.Builder |
elasticGpuSet(Collection<ElasticGpus> elasticGpuSet)
Information about the Elastic Graphics accelerators.
|
DescribeElasticGpusResponse.Builder |
elasticGpuSet(Consumer<ElasticGpus.Builder>... elasticGpuSet)
Information about the Elastic Graphics accelerators.
|
DescribeElasticGpusResponse.Builder |
elasticGpuSet(ElasticGpus... elasticGpuSet)
Information about the Elastic Graphics accelerators.
|
DescribeElasticGpusResponse.Builder |
maxResults(Integer maxResults)
The total number of items to return.
|
DescribeElasticGpusResponse.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
DescribeElasticGpusResponse.Builder elasticGpuSet(Collection<ElasticGpus> elasticGpuSet)
Information about the Elastic Graphics accelerators.
elasticGpuSet
- Information about the Elastic Graphics accelerators.DescribeElasticGpusResponse.Builder elasticGpuSet(ElasticGpus... elasticGpuSet)
Information about the Elastic Graphics accelerators.
elasticGpuSet
- Information about the Elastic Graphics accelerators.DescribeElasticGpusResponse.Builder elasticGpuSet(Consumer<ElasticGpus.Builder>... elasticGpuSet)
Information about the Elastic Graphics accelerators.
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 #elasticGpuSet(List)
.elasticGpuSet
- a consumer that will call methods on List.Builder
#elasticGpuSet(List)
DescribeElasticGpusResponse.Builder maxResults(Integer maxResults)
The total number of items to return. If the total number of items available is more than the value specified in max-items then a Next-Token will be provided in the output that you can use to resume pagination.
maxResults
- The total number of items to return. If the total number of items available is more than the value
specified in max-items then a Next-Token will be provided in the output that you can use to resume
pagination.DescribeElasticGpusResponse.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 © 2019. All rights reserved.