Interface ListAsyncInvokesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,BedrockRuntimeRequest.Builder,Buildable,CopyableBuilder<ListAsyncInvokesRequest.Builder,ListAsyncInvokesRequest>,SdkBuilder<ListAsyncInvokesRequest.Builder,ListAsyncInvokesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListAsyncInvokesRequest
public static interface ListAsyncInvokesRequest.Builder extends BedrockRuntimeRequest.Builder, SdkPojo, CopyableBuilder<ListAsyncInvokesRequest.Builder,ListAsyncInvokesRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.bedrockruntime.model.BedrockRuntimeRequest.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 Detail
-
submitTimeAfter
ListAsyncInvokesRequest.Builder submitTimeAfter(Instant 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
ListAsyncInvokesRequest.Builder submitTimeBefore(Instant 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
ListAsyncInvokesRequest.Builder statusEquals(String 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:
AsyncInvokeStatus,AsyncInvokeStatus
-
statusEquals
ListAsyncInvokesRequest.Builder statusEquals(AsyncInvokeStatus 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:
AsyncInvokeStatus,AsyncInvokeStatus
-
maxResults
ListAsyncInvokesRequest.Builder maxResults(Integer 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
ListAsyncInvokesRequest.Builder nextToken(String 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
ListAsyncInvokesRequest.Builder sortBy(String 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:
SortAsyncInvocationBy,SortAsyncInvocationBy
-
sortBy
ListAsyncInvokesRequest.Builder sortBy(SortAsyncInvocationBy 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:
SortAsyncInvocationBy,SortAsyncInvocationBy
-
sortOrder
ListAsyncInvokesRequest.Builder sortOrder(String sortOrder)
The sorting order for the response.
-
sortOrder
ListAsyncInvokesRequest.Builder sortOrder(SortOrder 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
-
-