Interface ListAsyncInvokesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,BedrockRuntimeRequest.Builder,Buildable,CopyableBuilder<ListAsyncInvokesRequest.Builder,,ListAsyncInvokesRequest> SdkBuilder<ListAsyncInvokesRequest.Builder,,ListAsyncInvokesRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListAsyncInvokesRequest
@Mutable
@NotThreadSafe
public static interface ListAsyncInvokesRequest.Builder
extends BedrockRuntimeRequest.Builder, SdkPojo, CopyableBuilder<ListAsyncInvokesRequest.Builder,ListAsyncInvokesRequest>
-
Method Summary
Modifier and TypeMethodDescriptionmaxResults(Integer maxResults) The maximum number of invocations to return in one page of results.Specify the pagination token from a previous request to retrieve the next page of results.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) How to sort the response.sortBy(SortAsyncInvocationBy sortBy) How to sort the response.The sorting order for the response.The sorting order for the response.statusEquals(String statusEquals) Filter invocations by status.statusEquals(AsyncInvokeStatus statusEquals) Filter invocations by status.submitTimeAfter(Instant submitTimeAfter) Include invocations submitted after this time.submitTimeBefore(Instant submitTimeBefore) Include invocations submitted before this time.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.bedrockruntime.model.BedrockRuntimeRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
submitTimeAfter
Include invocations submitted after this time.
- Parameters:
submitTimeAfter- Include invocations submitted after this time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
submitTimeBefore
Include invocations submitted before this time.
- Parameters:
submitTimeBefore- Include invocations submitted before this time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusEquals
Filter invocations by status.
- Parameters:
statusEquals- Filter invocations by status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusEquals
Filter invocations by status.
- Parameters:
statusEquals- Filter invocations by status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
maxResults
The maximum number of invocations to return in one page of results.
- Parameters:
maxResults- The maximum number of invocations to return in one page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
Specify the pagination token from a previous request to retrieve the next page of results.
- Parameters:
nextToken- Specify the pagination token from a previous request to retrieve the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sortBy
How to sort the response.
- Parameters:
sortBy- How to sort the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortBy
How to sort the response.
- Parameters:
sortBy- How to sort the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortOrder
The sorting order for the response.
-
sortOrder
The sorting order for the response.
-
overrideConfiguration
ListAsyncInvokesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListAsyncInvokesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-