Uses of Interface
software.amazon.awssdk.services.apptest.model.BatchStepOutput.Builder
-
Packages that use BatchStepOutput.Builder Package Description software.amazon.awssdk.services.apptest.model -
-
Uses of BatchStepOutput.Builder in software.amazon.awssdk.services.apptest.model
Methods in software.amazon.awssdk.services.apptest.model that return BatchStepOutput.Builder Modifier and Type Method Description static BatchStepOutput.BuilderBatchStepOutput. builder()BatchStepOutput.BuilderBatchStepOutput.Builder. dataSetDetails(Collection<DataSet> dataSetDetails)The data set details of the batch step output.BatchStepOutput.BuilderBatchStepOutput.Builder. dataSetDetails(Consumer<DataSet.Builder>... dataSetDetails)The data set details of the batch step output.BatchStepOutput.BuilderBatchStepOutput.Builder. dataSetDetails(DataSet... dataSetDetails)The data set details of the batch step output.BatchStepOutput.BuilderBatchStepOutput.Builder. dataSetExportLocation(String dataSetExportLocation)The data set export location of the batch step output.BatchStepOutput.BuilderBatchStepOutput.Builder. dmsOutputLocation(String dmsOutputLocation)The Database Migration Service (DMS) output location of the batch step output.BatchStepOutput.BuilderBatchStepOutput. toBuilder()Methods in software.amazon.awssdk.services.apptest.model that return types with arguments of type BatchStepOutput.Builder Modifier and Type Method Description static Class<? extends BatchStepOutput.Builder>BatchStepOutput. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.apptest.model with type arguments of type BatchStepOutput.Builder Modifier and Type Method Description default BatchSummary.BuilderBatchSummary.Builder. stepOutput(Consumer<BatchStepOutput.Builder> stepOutput)The step output of the batch summary.
-