Uses of Interface
software.amazon.awssdk.services.m2.model.BatchJobIdentifier.Builder
-
Packages that use BatchJobIdentifier.Builder Package Description software.amazon.awssdk.services.m2.model -
-
Uses of BatchJobIdentifier.Builder in software.amazon.awssdk.services.m2.model
Methods in software.amazon.awssdk.services.m2.model that return BatchJobIdentifier.Builder Modifier and Type Method Description static BatchJobIdentifier.BuilderBatchJobIdentifier. builder()default BatchJobIdentifier.BuilderBatchJobIdentifier.Builder. fileBatchJobIdentifier(Consumer<FileBatchJobIdentifier.Builder> fileBatchJobIdentifier)Specifies a file associated with a specific batch job.BatchJobIdentifier.BuilderBatchJobIdentifier.Builder. fileBatchJobIdentifier(FileBatchJobIdentifier fileBatchJobIdentifier)Specifies a file associated with a specific batch job.default BatchJobIdentifier.BuilderBatchJobIdentifier.Builder. s3BatchJobIdentifier(Consumer<S3BatchJobIdentifier.Builder> s3BatchJobIdentifier)Specifies an Amazon S3 location that identifies the batch jobs that you want to run.BatchJobIdentifier.BuilderBatchJobIdentifier.Builder. s3BatchJobIdentifier(S3BatchJobIdentifier s3BatchJobIdentifier)Specifies an Amazon S3 location that identifies the batch jobs that you want to run.default BatchJobIdentifier.BuilderBatchJobIdentifier.Builder. scriptBatchJobIdentifier(Consumer<ScriptBatchJobIdentifier.Builder> scriptBatchJobIdentifier)A batch job identifier in which the batch job to run is identified by the script name.BatchJobIdentifier.BuilderBatchJobIdentifier.Builder. scriptBatchJobIdentifier(ScriptBatchJobIdentifier scriptBatchJobIdentifier)A batch job identifier in which the batch job to run is identified by the script name.BatchJobIdentifier.BuilderBatchJobIdentifier. toBuilder()Methods in software.amazon.awssdk.services.m2.model that return types with arguments of type BatchJobIdentifier.Builder Modifier and Type Method Description static Class<? extends BatchJobIdentifier.Builder>BatchJobIdentifier. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.m2.model with type arguments of type BatchJobIdentifier.Builder Modifier and Type Method Description default BatchJobExecutionSummary.BuilderBatchJobExecutionSummary.Builder. batchJobIdentifier(Consumer<BatchJobIdentifier.Builder> batchJobIdentifier)The unique identifier of this batch job.default GetBatchJobExecutionResponse.BuilderGetBatchJobExecutionResponse.Builder. batchJobIdentifier(Consumer<BatchJobIdentifier.Builder> batchJobIdentifier)The unique identifier of this batch job.default StartBatchJobRequest.BuilderStartBatchJobRequest.Builder. batchJobIdentifier(Consumer<BatchJobIdentifier.Builder> batchJobIdentifier)The unique identifier of the batch job.
-