Interface DescribeElasticGpusResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeElasticGpusResponse.Builder,
,DescribeElasticGpusResponse> Ec2Response.Builder
,SdkBuilder<DescribeElasticGpusResponse.Builder,
,DescribeElasticGpusResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeElasticGpusResponse
public static interface DescribeElasticGpusResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeElasticGpusResponse.Builder,DescribeElasticGpusResponse>
-
Method Summary
Modifier and TypeMethodDescriptionelasticGpuSet
(Collection<ElasticGpus> elasticGpuSet) Information about the Elastic Graphics accelerators.elasticGpuSet
(Consumer<ElasticGpus.Builder>... elasticGpuSet) Information about the Elastic Graphics accelerators.elasticGpuSet
(ElasticGpus... elasticGpuSet) Information about the Elastic Graphics accelerators.maxResults
(Integer maxResults) The total number of items to return.The token to use to retrieve the next page of results.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
elasticGpuSet
Information about the Elastic Graphics accelerators.
- Parameters:
elasticGpuSet
- Information about the Elastic Graphics accelerators.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
elasticGpuSet
Information about the Elastic Graphics accelerators.
- Parameters:
elasticGpuSet
- Information about the Elastic Graphics accelerators.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
elasticGpuSet
Information about the Elastic Graphics accelerators.
This is a convenience method that creates an instance of theElasticGpus.Builder
avoiding the need to create one manually viaElasticGpus.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toelasticGpuSet(List<ElasticGpus>)
.- Parameters:
elasticGpuSet
- a consumer that will call methods onElasticGpus.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The token to use to retrieve the next page of results. This value is
null
when there are no more results to return.- Parameters:
nextToken
- The token to use to retrieve the next page of results. This value isnull
when there are no more results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-