Interface NextStepsHistory.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<NextStepsHistory.Builder,NextStepsHistory>,SdkBuilder<NextStepsHistory.Builder,NextStepsHistory>,SdkPojo
- Enclosing class:
- NextStepsHistory
public static interface NextStepsHistory.Builder extends SdkPojo, CopyableBuilder<NextStepsHistory.Builder,NextStepsHistory>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NextStepsHistory.Buildertime(Instant time)Indicates the step execution time.NextStepsHistory.Buildervalue(String value)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 Detail
-
time
NextStepsHistory.Builder time(Instant 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
NextStepsHistory.Builder value(String 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.
-
-