Interface ListProvisionedModelThroughputsRequest.Builder

    • Method Detail

      • creationTimeAfter

        ListProvisionedModelThroughputsRequest.Builder creationTimeAfter​(Instant creationTimeAfter)

        A filter that returns Provisioned Throughputs created after the specified time.

        Parameters:
        creationTimeAfter - A filter that returns Provisioned Throughputs created after the specified time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTimeBefore

        ListProvisionedModelThroughputsRequest.Builder creationTimeBefore​(Instant creationTimeBefore)

        A filter that returns Provisioned Throughputs created before the specified time.

        Parameters:
        creationTimeBefore - A filter that returns Provisioned Throughputs created before the specified time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • modelArnEquals

        ListProvisionedModelThroughputsRequest.Builder modelArnEquals​(String modelArnEquals)

        A filter that returns Provisioned Throughputs whose model Amazon Resource Name (ARN) is equal to the value that you specify.

        Parameters:
        modelArnEquals - A filter that returns Provisioned Throughputs whose model Amazon Resource Name (ARN) is equal to the value that you specify.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nameContains

        ListProvisionedModelThroughputsRequest.Builder nameContains​(String nameContains)

        A filter that returns Provisioned Throughputs if their name contains the expression that you specify.

        Parameters:
        nameContains - A filter that returns Provisioned Throughputs if their name contains the expression that you specify.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListProvisionedModelThroughputsRequest.Builder maxResults​(Integer maxResults)

        THe maximum number of results to return in the response. If there are more results than the number you specified, the response returns a nextToken value. To see the next batch of results, send the nextToken value in another list request.

        Parameters:
        maxResults - THe maximum number of results to return in the response. If there are more results than the number you specified, the response returns a nextToken value. To see the next batch of results, send the nextToken value in another list request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListProvisionedModelThroughputsRequest.Builder nextToken​(String nextToken)

        If there are more results than the number you specified in the maxResults field, the response returns a nextToken value. To see the next batch of results, specify the nextToken value in this field.

        Parameters:
        nextToken - If there are more results than the number you specified in the maxResults field, the response returns a nextToken value. To see the next batch of results, specify the nextToken value in this field.
        Returns:
        Returns a reference to this object so that method calls can be chained together.