Uses of Interface
software.amazon.awssdk.services.apptest.model.StepRunSummary.Builder
-
Packages that use StepRunSummary.Builder Package Description software.amazon.awssdk.services.apptest.model -
-
Uses of StepRunSummary.Builder in software.amazon.awssdk.services.apptest.model
Methods in software.amazon.awssdk.services.apptest.model that return StepRunSummary.Builder Modifier and Type Method Description static StepRunSummary.BuilderStepRunSummary. builder()default StepRunSummary.BuilderStepRunSummary.Builder. compareAction(Consumer<CompareActionSummary.Builder> compareAction)The compare action of the step run summary.StepRunSummary.BuilderStepRunSummary.Builder. compareAction(CompareActionSummary compareAction)The compare action of the step run summary.default StepRunSummary.BuilderStepRunSummary.Builder. mainframeAction(Consumer<MainframeActionSummary.Builder> mainframeAction)The mainframe action of the step run summary.StepRunSummary.BuilderStepRunSummary.Builder. mainframeAction(MainframeActionSummary mainframeAction)The mainframe action of the step run summary.default StepRunSummary.BuilderStepRunSummary.Builder. resourceAction(Consumer<ResourceActionSummary.Builder> resourceAction)The resource action of the step run summary.StepRunSummary.BuilderStepRunSummary.Builder. resourceAction(ResourceActionSummary resourceAction)The resource action of the step run summary.StepRunSummary.BuilderStepRunSummary. toBuilder()Methods in software.amazon.awssdk.services.apptest.model that return types with arguments of type StepRunSummary.Builder Modifier and Type Method Description static Class<? extends StepRunSummary.Builder>StepRunSummary. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.apptest.model with type arguments of type StepRunSummary.Builder Modifier and Type Method Description default GetTestRunStepResponse.BuilderGetTestRunStepResponse.Builder. stepRunSummary(Consumer<StepRunSummary.Builder> stepRunSummary)The step run summary of the test run step.
-