public static interface ListProvisionedModelThroughputsResponse.Builder extends BedrockResponse.Builder, SdkPojo, CopyableBuilder<ListProvisionedModelThroughputsResponse.Builder,ListProvisionedModelThroughputsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListProvisionedModelThroughputsResponse.Builder |
nextToken(String nextToken)
Continuation token for the next request to list the next set of results.
|
ListProvisionedModelThroughputsResponse.Builder |
provisionedModelSummaries(Collection<ProvisionedModelSummary> provisionedModelSummaries)
List of summaries, one for each provisioned throughput in the response.
|
ListProvisionedModelThroughputsResponse.Builder |
provisionedModelSummaries(Consumer<ProvisionedModelSummary.Builder>... provisionedModelSummaries)
List of summaries, one for each provisioned throughput in the response.
|
ListProvisionedModelThroughputsResponse.Builder |
provisionedModelSummaries(ProvisionedModelSummary... provisionedModelSummaries)
List of summaries, one for each provisioned throughput in the response.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListProvisionedModelThroughputsResponse.Builder nextToken(String nextToken)
Continuation token for the next request to list the next set of results.
nextToken - Continuation token for the next request to list the next set of results.ListProvisionedModelThroughputsResponse.Builder provisionedModelSummaries(Collection<ProvisionedModelSummary> provisionedModelSummaries)
List of summaries, one for each provisioned throughput in the response.
provisionedModelSummaries - List of summaries, one for each provisioned throughput in the response.ListProvisionedModelThroughputsResponse.Builder provisionedModelSummaries(ProvisionedModelSummary... provisionedModelSummaries)
List of summaries, one for each provisioned throughput in the response.
provisionedModelSummaries - List of summaries, one for each provisioned throughput in the response.ListProvisionedModelThroughputsResponse.Builder provisionedModelSummaries(Consumer<ProvisionedModelSummary.Builder>... provisionedModelSummaries)
List of summaries, one for each provisioned throughput in the response.
This is a convenience method that creates an instance of theProvisionedModelSummary.Builder avoiding the need to
create one manually via
ProvisionedModelSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #provisionedModelSummaries(List.
provisionedModelSummaries - a consumer that will call methods on
ProvisionedModelSummary.Builder#provisionedModelSummaries(java.util.Collection) Copyright © 2023. All rights reserved.