Uses of Interface
software.amazon.awssdk.services.partnercentralselling.model.NextStepsHistory.Builder
-
Packages that use NextStepsHistory.Builder Package Description software.amazon.awssdk.services.partnercentralselling.model -
-
Uses of NextStepsHistory.Builder in software.amazon.awssdk.services.partnercentralselling.model
Methods in software.amazon.awssdk.services.partnercentralselling.model that return NextStepsHistory.Builder Modifier and Type Method Description static NextStepsHistory.BuilderNextStepsHistory. builder()NextStepsHistory.BuilderNextStepsHistory.Builder. time(Instant time)Indicates the step execution time.NextStepsHistory.BuilderNextStepsHistory. toBuilder()NextStepsHistory.BuilderNextStepsHistory.Builder. value(String value)Indicates the step's execution details.Methods in software.amazon.awssdk.services.partnercentralselling.model that return types with arguments of type NextStepsHistory.Builder Modifier and Type Method Description static Class<? extends NextStepsHistory.Builder>NextStepsHistory. serializableBuilderClass()
-