Interface ListDurableExecutionsByFunctionResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListDurableExecutionsByFunctionResponse.Builder,,ListDurableExecutionsByFunctionResponse> LambdaResponse.Builder,SdkBuilder<ListDurableExecutionsByFunctionResponse.Builder,,ListDurableExecutionsByFunctionResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListDurableExecutionsByFunctionResponse
@Mutable
@NotThreadSafe
public static interface ListDurableExecutionsByFunctionResponse.Builder
extends LambdaResponse.Builder, SdkPojo, CopyableBuilder<ListDurableExecutionsByFunctionResponse.Builder,ListDurableExecutionsByFunctionResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondurableExecutions(Collection<Execution> durableExecutions) List of durable execution summaries matching the filter criteria.durableExecutions(Consumer<Execution.Builder>... durableExecutions) List of durable execution summaries matching the filter criteria.durableExecutions(Execution... durableExecutions) List of durable execution summaries matching the filter criteria.nextMarker(String nextMarker) Pagination token for retrieving additional results.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.lambda.model.LambdaResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
durableExecutions
ListDurableExecutionsByFunctionResponse.Builder durableExecutions(Collection<Execution> durableExecutions) List of durable execution summaries matching the filter criteria.
- Parameters:
durableExecutions- List of durable execution summaries matching the filter criteria.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
durableExecutions
List of durable execution summaries matching the filter criteria.
- Parameters:
durableExecutions- List of durable execution summaries matching the filter criteria.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
durableExecutions
ListDurableExecutionsByFunctionResponse.Builder durableExecutions(Consumer<Execution.Builder>... durableExecutions) List of durable execution summaries matching the filter criteria.
This is a convenience method that creates an instance of theExecution.Builderavoiding the need to create one manually viaExecution.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todurableExecutions(List<Execution>).- Parameters:
durableExecutions- a consumer that will call methods onExecution.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextMarker
Pagination token for retrieving additional results. Present only if there are more results available.
- Parameters:
nextMarker- Pagination token for retrieving additional results. Present only if there are more results available.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-