Interface NextStepsHistory.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<NextStepsHistory.Builder,
,NextStepsHistory> SdkBuilder<NextStepsHistory.Builder,
,NextStepsHistory> SdkPojo
- Enclosing class:
NextStepsHistory
@Mutable
@NotThreadSafe
public static interface NextStepsHistory.Builder
extends SdkPojo, CopyableBuilder<NextStepsHistory.Builder,NextStepsHistory>
-
Method Summary
Modifier and TypeMethodDescriptionIndicates the step execution time.Indicates the step's execution details.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 Details
-
time
Indicates the step execution time.
- Parameters:
time
- Indicates the step execution time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
Indicates the step's execution details.
- Parameters:
value
- Indicates the step's execution details.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-