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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeElasticGpusResponse.BuilderelasticGpuSet(Collection<ElasticGpus> elasticGpuSet)Information about the Elastic Graphics accelerators.DescribeElasticGpusResponse.BuilderelasticGpuSet(Consumer<ElasticGpus.Builder>... elasticGpuSet)Information about the Elastic Graphics accelerators.DescribeElasticGpusResponse.BuilderelasticGpuSet(ElasticGpus... elasticGpuSet)Information about the Elastic Graphics accelerators.DescribeElasticGpusResponse.BuildermaxResults(Integer maxResults)The total number of items to return.DescribeElasticGpusResponse.BuildernextToken(String nextToken)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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
elasticGpuSet
DescribeElasticGpusResponse.Builder elasticGpuSet(Collection<ElasticGpus> 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
DescribeElasticGpusResponse.Builder elasticGpuSet(ElasticGpus... 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
DescribeElasticGpusResponse.Builder elasticGpuSet(Consumer<ElasticGpus.Builder>... elasticGpuSet)
Information about the Elastic Graphics accelerators.
This is a convenience method that creates an instance of theElasticGpus.Builderavoiding the need to create one manually viaElasticGpus.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#elasticGpuSet(List.) - 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:
#elasticGpuSet(java.util.Collection)
-
maxResults
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.
- 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
DescribeElasticGpusResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. This value is
nullwhen there are no more results to return.- Parameters:
nextToken- The token to use to retrieve the next page of results. This value isnullwhen there are no more results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-