Interface ListProvisionedModelThroughputsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,BedrockRequest.Builder
,Buildable
,CopyableBuilder<ListProvisionedModelThroughputsRequest.Builder,
,ListProvisionedModelThroughputsRequest> SdkBuilder<ListProvisionedModelThroughputsRequest.Builder,
,ListProvisionedModelThroughputsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListProvisionedModelThroughputsRequest
-
Method Summary
Modifier and TypeMethodDescriptioncreationTimeAfter
(Instant creationTimeAfter) A filter that returns Provisioned Throughputs created after the specified time.creationTimeBefore
(Instant creationTimeBefore) A filter that returns Provisioned Throughputs created before the specified time.maxResults
(Integer maxResults) THe maximum number of results to return in the response.modelArnEquals
(String modelArnEquals) A filter that returns Provisioned Throughputs whose model Amazon Resource Name (ARN) is equal to the value that you specify.nameContains
(String nameContains) A filter that returns Provisioned Throughputs if their name contains the expression that you specify.If there are more results than the number you specified in themaxResults
field, the response returns anextToken
value.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The field by which to sort the returned list of Provisioned Throughputs.sortBy
(SortByProvisionedModels sortBy) The field by which to sort the returned list of Provisioned Throughputs.The sort order of the results.The sort order of the results.statusEquals
(String statusEquals) A filter that returns Provisioned Throughputs if their statuses matches the value that you specify.statusEquals
(ProvisionedModelStatus statusEquals) A filter that returns Provisioned Throughputs if their statuses matches the value that you specify.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.services.bedrock.model.BedrockRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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 thenextToken
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 anextToken
value. To see the next batch of results, send thenextToken
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 anextToken
value. To see the next batch of results, specify thenextToken
value in this field.- Parameters:
nextToken
- If there are more results than the number you specified in themaxResults
field, the response returns anextToken
value. To see the next batch of results, specify thenextToken
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
ListProvisionedModelThroughputsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListProvisionedModelThroughputsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-