Interface ListDurableExecutionsByFunctionRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListDurableExecutionsByFunctionRequest.Builder,,ListDurableExecutionsByFunctionRequest> LambdaRequest.Builder,SdkBuilder<ListDurableExecutionsByFunctionRequest.Builder,,ListDurableExecutionsByFunctionRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ListDurableExecutionsByFunctionRequest
-
Method Summary
Modifier and TypeMethodDescriptiondurableExecutionName(String durableExecutionName) Filter executions by name.functionName(String functionName) The name or ARN of the Lambda function.Pagination token from a previous request to continue retrieving results.Maximum number of executions to return (1-1000).overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The function version or alias.reverseOrder(Boolean reverseOrder) Set to true to return results in reverse chronological order (newest first).startedAfter(Instant startedAfter) Filter executions that started after this timestamp (ISO 8601 format).startedBefore(Instant startedBefore) Filter executions that started before this timestamp (ISO 8601 format).statuses(Collection<ExecutionStatus> statuses) Filter executions by status.statuses(ExecutionStatus... statuses) Filter executions by status.statusesWithStrings(String... statuses) Filter executions by status.statusesWithStrings(Collection<String> statuses) Filter executions by status.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.lambda.model.LambdaRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
functionName
The name or ARN of the Lambda function. You can specify a function name, a partial ARN, or a full ARN.
- Parameters:
functionName- The name or ARN of the Lambda function. You can specify a function name, a partial ARN, or a full ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
qualifier
The function version or alias. If not specified, lists executions for the $LATEST version.
- Parameters:
qualifier- The function version or alias. If not specified, lists executions for the $LATEST version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
durableExecutionName
Filter executions by name. Only executions with names that contain this string are returned.
- Parameters:
durableExecutionName- Filter executions by name. Only executions with names that contain this string are returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusesWithStrings
Filter executions by status. Valid values: RUNNING, SUCCEEDED, FAILED, TIMED_OUT, STOPPED.
- Parameters:
statuses- Filter executions by status. Valid values: RUNNING, SUCCEEDED, FAILED, TIMED_OUT, STOPPED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusesWithStrings
Filter executions by status. Valid values: RUNNING, SUCCEEDED, FAILED, TIMED_OUT, STOPPED.
- Parameters:
statuses- Filter executions by status. Valid values: RUNNING, SUCCEEDED, FAILED, TIMED_OUT, STOPPED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statuses
Filter executions by status. Valid values: RUNNING, SUCCEEDED, FAILED, TIMED_OUT, STOPPED.
- Parameters:
statuses- Filter executions by status. Valid values: RUNNING, SUCCEEDED, FAILED, TIMED_OUT, STOPPED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statuses
Filter executions by status. Valid values: RUNNING, SUCCEEDED, FAILED, TIMED_OUT, STOPPED.
- Parameters:
statuses- Filter executions by status. Valid values: RUNNING, SUCCEEDED, FAILED, TIMED_OUT, STOPPED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startedAfter
Filter executions that started after this timestamp (ISO 8601 format).
- Parameters:
startedAfter- Filter executions that started after this timestamp (ISO 8601 format).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startedBefore
Filter executions that started before this timestamp (ISO 8601 format).
- Parameters:
startedBefore- Filter executions that started before this timestamp (ISO 8601 format).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reverseOrder
Set to true to return results in reverse chronological order (newest first). Default is false.
- Parameters:
reverseOrder- Set to true to return results in reverse chronological order (newest first). Default is false.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
marker
Pagination token from a previous request to continue retrieving results.
- Parameters:
marker- Pagination token from a previous request to continue retrieving results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxItems
Maximum number of executions to return (1-1000). Default is 100.
- Parameters:
maxItems- Maximum number of executions to return (1-1000). Default is 100.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListDurableExecutionsByFunctionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListDurableExecutionsByFunctionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-