Interface ListProvisionedModelThroughputsRequest.Builder

  • Method Details

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

      A filter that returns Provisioned Throughputs if their statuses matches the value that you specify.

      Parameters:
      statusEquals - A filter that returns Provisioned Throughputs if their statuses matches the value that you specify.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • statusEquals

      A filter that returns Provisioned Throughputs if their statuses matches the value that you specify.

      Parameters:
      statusEquals - A filter that returns Provisioned Throughputs if their statuses matches the value that you specify.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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

      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

      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

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

      The field by which to sort the returned list of Provisioned Throughputs.

      Parameters:
      sortBy - The field by which to sort the returned list of Provisioned Throughputs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • sortBy

      The field by which to sort the returned list of Provisioned Throughputs.

      Parameters:
      sortBy - The field by which to sort the returned list of Provisioned Throughputs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • sortOrder

      The sort order of the results.

      Parameters:
      sortOrder - The sort order of the results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • sortOrder

      The sort order of the results.

      Parameters:
      sortOrder - The sort order of the results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.