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 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

      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

      Information about the Elastic Graphics accelerators.

      This is a convenience method that creates an instance of the ElasticGpus.Builder avoiding the need to create one manually via ElasticGpus.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to elasticGpuSet(List<ElasticGpus>).

      Parameters:
      elasticGpuSet - a consumer that will call methods on ElasticGpus.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 is null when there are no more results to return.
      Returns:
      Returns a reference to this object so that method calls can be chained together.