Uses of Interface
software.amazon.awssdk.services.deadline.model.Attachments.Builder
-
Packages that use Attachments.Builder Package Description software.amazon.awssdk.services.deadline.model -
-
Uses of Attachments.Builder in software.amazon.awssdk.services.deadline.model
Methods in software.amazon.awssdk.services.deadline.model that return Attachments.Builder Modifier and Type Method Description static Attachments.BuilderAttachments. builder()Attachments.BuilderAttachments.Builder. fileSystem(String fileSystem)The file system.Attachments.BuilderAttachments.Builder. fileSystem(JobAttachmentsFileSystem fileSystem)The file system.Attachments.BuilderAttachments.Builder. manifests(Collection<ManifestProperties> manifests)A list of manifests which describe job attachment configurations.Attachments.BuilderAttachments.Builder. manifests(Consumer<ManifestProperties.Builder>... manifests)A list of manifests which describe job attachment configurations.Attachments.BuilderAttachments.Builder. manifests(ManifestProperties... manifests)A list of manifests which describe job attachment configurations.Attachments.BuilderAttachments. toBuilder()Methods in software.amazon.awssdk.services.deadline.model that return types with arguments of type Attachments.Builder Modifier and Type Method Description static Class<? extends Attachments.Builder>Attachments. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.deadline.model with type arguments of type Attachments.Builder Modifier and Type Method Description default CreateJobRequest.BuilderCreateJobRequest.Builder. attachments(Consumer<Attachments.Builder> attachments)The attachments for the job.default GetJobResponse.BuilderGetJobResponse.Builder. attachments(Consumer<Attachments.Builder> attachments)The attachments for the job.default JobAttachmentDetailsEntity.BuilderJobAttachmentDetailsEntity.Builder. attachments(Consumer<Attachments.Builder> attachments)The job attachments.
-