Uses of Interface
software.amazon.awssdk.services.m2.model.S3BatchJobIdentifier.Builder
-
Packages that use S3BatchJobIdentifier.Builder Package Description software.amazon.awssdk.services.m2.model -
-
Uses of S3BatchJobIdentifier.Builder in software.amazon.awssdk.services.m2.model
Methods in software.amazon.awssdk.services.m2.model that return S3BatchJobIdentifier.Builder Modifier and Type Method Description S3BatchJobIdentifier.BuilderS3BatchJobIdentifier.Builder. bucket(String bucket)The Amazon S3 bucket that contains the batch job definitions.static S3BatchJobIdentifier.BuilderS3BatchJobIdentifier. builder()default S3BatchJobIdentifier.BuilderS3BatchJobIdentifier.Builder. identifier(Consumer<JobIdentifier.Builder> identifier)Identifies the batch job definition.S3BatchJobIdentifier.BuilderS3BatchJobIdentifier.Builder. identifier(JobIdentifier identifier)Identifies the batch job definition.S3BatchJobIdentifier.BuilderS3BatchJobIdentifier.Builder. keyPrefix(String keyPrefix)The key prefix that specifies the path to the folder in the S3 bucket that has the batch job definitions.S3BatchJobIdentifier.BuilderS3BatchJobIdentifier. toBuilder()Methods in software.amazon.awssdk.services.m2.model that return types with arguments of type S3BatchJobIdentifier.Builder Modifier and Type Method Description static Class<? extends S3BatchJobIdentifier.Builder>S3BatchJobIdentifier. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.m2.model with type arguments of type S3BatchJobIdentifier.Builder Modifier and Type Method Description static BatchJobIdentifierBatchJobIdentifier. fromS3BatchJobIdentifier(Consumer<S3BatchJobIdentifier.Builder> s3BatchJobIdentifier)Create an instance of this class withBatchJobIdentifier.s3BatchJobIdentifier()initialized to the given value.default BatchJobIdentifier.BuilderBatchJobIdentifier.Builder. s3BatchJobIdentifier(Consumer<S3BatchJobIdentifier.Builder> s3BatchJobIdentifier)Specifies an Amazon S3 location that identifies the batch jobs that you want to run.
-