Uses of Interface
software.amazon.awssdk.services.apptest.model.Batch.Builder
-
Packages that use Batch.Builder Package Description software.amazon.awssdk.services.apptest.model -
-
Uses of Batch.Builder in software.amazon.awssdk.services.apptest.model
Methods in software.amazon.awssdk.services.apptest.model that return Batch.Builder Modifier and Type Method Description Batch.BuilderBatch.Builder. batchJobName(String batchJobName)The job name of the batch.Batch.BuilderBatch.Builder. batchJobParameters(Map<String,String> batchJobParameters)The batch job parameters of the batch.static Batch.BuilderBatch. builder()Batch.BuilderBatch.Builder. exportDataSetNames(String... exportDataSetNames)The export data set names of the batch.Batch.BuilderBatch.Builder. exportDataSetNames(Collection<String> exportDataSetNames)The export data set names of the batch.Batch.BuilderBatch. toBuilder()Methods in software.amazon.awssdk.services.apptest.model that return types with arguments of type Batch.Builder Modifier and Type Method Description static Class<? extends Batch.Builder>Batch. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.apptest.model with type arguments of type Batch.Builder Modifier and Type Method Description default MainframeActionType.BuilderMainframeActionType.Builder. batch(Consumer<Batch.Builder> batch)The batch of the mainframe action type.static MainframeActionTypeMainframeActionType. fromBatch(Consumer<Batch.Builder> batch)Create an instance of this class withMainframeActionType.batch()initialized to the given value.
-