Uses of Interface
software.amazon.awssdk.services.apptest.model.BatchSummary.Builder
-
Packages that use BatchSummary.Builder Package Description software.amazon.awssdk.services.apptest.model -
-
Uses of BatchSummary.Builder in software.amazon.awssdk.services.apptest.model
Methods in software.amazon.awssdk.services.apptest.model that return BatchSummary.Builder Modifier and Type Method Description static BatchSummary.BuilderBatchSummary. builder()default BatchSummary.BuilderBatchSummary.Builder. stepInput(Consumer<BatchStepInput.Builder> stepInput)The step input of the batch summary.BatchSummary.BuilderBatchSummary.Builder. stepInput(BatchStepInput stepInput)The step input of the batch summary.default BatchSummary.BuilderBatchSummary.Builder. stepOutput(Consumer<BatchStepOutput.Builder> stepOutput)The step output of the batch summary.BatchSummary.BuilderBatchSummary.Builder. stepOutput(BatchStepOutput stepOutput)The step output of the batch summary.BatchSummary.BuilderBatchSummary. toBuilder()Methods in software.amazon.awssdk.services.apptest.model that return types with arguments of type BatchSummary.Builder Modifier and Type Method Description static Class<? extends BatchSummary.Builder>BatchSummary. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.apptest.model with type arguments of type BatchSummary.Builder Modifier and Type Method Description default MainframeActionSummary.BuilderMainframeActionSummary.Builder. batch(Consumer<BatchSummary.Builder> batch)The batch of the mainframe action summary.static MainframeActionSummaryMainframeActionSummary. fromBatch(Consumer<BatchSummary.Builder> batch)Create an instance of this class withMainframeActionSummary.batch()initialized to the given value.
-