public static interface ListProvisionedModelThroughputsRequest.Builder extends BedrockRequest.Builder, SdkPojo, CopyableBuilder<ListProvisionedModelThroughputsRequest.Builder,ListProvisionedModelThroughputsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListProvisionedModelThroughputsRequest.Builder |
creationTimeAfter(Instant creationTimeAfter)
Return provisioned capacities created after the specified time.
|
ListProvisionedModelThroughputsRequest.Builder |
creationTimeBefore(Instant creationTimeBefore)
Return provisioned capacities created before the specified time.
|
ListProvisionedModelThroughputsRequest.Builder |
maxResults(Integer maxResults)
THe maximum number of results to return in the response.
|
ListProvisionedModelThroughputsRequest.Builder |
modelArnEquals(String modelArnEquals)
Return the list of provisioned capacities where their model ARN is equal to this parameter.
|
ListProvisionedModelThroughputsRequest.Builder |
nameContains(String nameContains)
Return the list of provisioned capacities if their name contains these characters.
|
ListProvisionedModelThroughputsRequest.Builder |
nextToken(String nextToken)
Continuation token from the previous response, for Bedrock to list the next set of results.
|
ListProvisionedModelThroughputsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListProvisionedModelThroughputsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListProvisionedModelThroughputsRequest.Builder |
sortBy(SortByProvisionedModels sortBy)
The field to sort by in the returned list of provisioned capacities.
|
ListProvisionedModelThroughputsRequest.Builder |
sortBy(String sortBy)
The field to sort by in the returned list of provisioned capacities.
|
ListProvisionedModelThroughputsRequest.Builder |
sortOrder(SortOrder sortOrder)
The sort order of the results.
|
ListProvisionedModelThroughputsRequest.Builder |
sortOrder(String sortOrder)
The sort order of the results.
|
ListProvisionedModelThroughputsRequest.Builder |
statusEquals(ProvisionedModelStatus statusEquals)
Return the list of provisioned capacities that match the specified status.
|
ListProvisionedModelThroughputsRequest.Builder |
statusEquals(String statusEquals)
Return the list of provisioned capacities that match the specified status.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListProvisionedModelThroughputsRequest.Builder creationTimeAfter(Instant creationTimeAfter)
Return provisioned capacities created after the specified time.
creationTimeAfter - Return provisioned capacities created after the specified time.ListProvisionedModelThroughputsRequest.Builder creationTimeBefore(Instant creationTimeBefore)
Return provisioned capacities created before the specified time.
creationTimeBefore - Return provisioned capacities created before the specified time.ListProvisionedModelThroughputsRequest.Builder statusEquals(String statusEquals)
Return the list of provisioned capacities that match the specified status.
statusEquals - Return the list of provisioned capacities that match the specified status.ProvisionedModelStatus,
ProvisionedModelStatusListProvisionedModelThroughputsRequest.Builder statusEquals(ProvisionedModelStatus statusEquals)
Return the list of provisioned capacities that match the specified status.
statusEquals - Return the list of provisioned capacities that match the specified status.ProvisionedModelStatus,
ProvisionedModelStatusListProvisionedModelThroughputsRequest.Builder modelArnEquals(String modelArnEquals)
Return the list of provisioned capacities where their model ARN is equal to this parameter.
modelArnEquals - Return the list of provisioned capacities where their model ARN is equal to this parameter.ListProvisionedModelThroughputsRequest.Builder nameContains(String nameContains)
Return the list of provisioned capacities if their name contains these characters.
nameContains - Return the list of provisioned capacities if their name contains these characters.ListProvisionedModelThroughputsRequest.Builder maxResults(Integer maxResults)
THe maximum number of results to return in the response.
maxResults - THe maximum number of results to return in the response.ListProvisionedModelThroughputsRequest.Builder nextToken(String nextToken)
Continuation token from the previous response, for Bedrock to list the next set of results.
nextToken - Continuation token from the previous response, for Bedrock to list the next set of results.ListProvisionedModelThroughputsRequest.Builder sortBy(String sortBy)
The field to sort by in the returned list of provisioned capacities.
sortBy - The field to sort by in the returned list of provisioned capacities.SortByProvisionedModels,
SortByProvisionedModelsListProvisionedModelThroughputsRequest.Builder sortBy(SortByProvisionedModels sortBy)
The field to sort by in the returned list of provisioned capacities.
sortBy - The field to sort by in the returned list of provisioned capacities.SortByProvisionedModels,
SortByProvisionedModelsListProvisionedModelThroughputsRequest.Builder sortOrder(String sortOrder)
The sort order of the results.
ListProvisionedModelThroughputsRequest.Builder sortOrder(SortOrder sortOrder)
The sort order of the results.
ListProvisionedModelThroughputsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListProvisionedModelThroughputsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.