Interface GetDurableExecutionStateResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetDurableExecutionStateResponse.Builder,,GetDurableExecutionStateResponse> LambdaResponse.Builder,SdkBuilder<GetDurableExecutionStateResponse.Builder,,GetDurableExecutionStateResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetDurableExecutionStateResponse
-
Method Summary
Modifier and TypeMethodDescriptionnextMarker(String nextMarker) If present, indicates that more operations are available.operations(Collection<Operation> operations) An array of operations that represent the current state of the durable execution.operations(Consumer<Operation.Builder>... operations) An array of operations that represent the current state of the durable execution.operations(Operation... operations) An array of operations that represent the current state of the durable execution.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
-
operations
An array of operations that represent the current state of the durable execution. Operations are ordered by their start sequence number in ascending order and include information needed for replay processing.
- Parameters:
operations- An array of operations that represent the current state of the durable execution. Operations are ordered by their start sequence number in ascending order and include information needed for replay processing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operations
An array of operations that represent the current state of the durable execution. Operations are ordered by their start sequence number in ascending order and include information needed for replay processing.
- Parameters:
operations- An array of operations that represent the current state of the durable execution. Operations are ordered by their start sequence number in ascending order and include information needed for replay processing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operations
An array of operations that represent the current state of the durable execution. Operations are ordered by their start sequence number in ascending order and include information needed for replay processing.
This is a convenience method that creates an instance of theOperation.Builderavoiding the need to create one manually viaOperation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tooperations(List<Operation>).- Parameters:
operations- a consumer that will call methods onOperation.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextMarker
If present, indicates that more operations are available. Use this value as the
Markerparameter in a subsequent request to retrieve the next page of results.- Parameters:
nextMarker- If present, indicates that more operations are available. Use this value as theMarkerparameter in a subsequent request to retrieve the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-