Interface DescribeElasticGpusResponse.Builder

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