| Package | Description |
|---|---|
| com.amazonaws.services.deadline.model |
| Modifier and Type | Method and Description |
|---|---|
S3Location |
S3Location.clone() |
S3Location |
CopyJobTemplateRequest.getTargetS3Location()
The Amazon S3 bucket name and key where you would like to add a copy of the job template.
|
S3Location |
S3Location.withBucketName(String bucketName)
The name of the Amazon S3 bucket.
|
S3Location |
S3Location.withKey(String key)
The Amazon S3 object key that uniquely identifies the Amazon S3 bucket.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CopyJobTemplateRequest.setTargetS3Location(S3Location targetS3Location)
The Amazon S3 bucket name and key where you would like to add a copy of the job template.
|
CopyJobTemplateRequest |
CopyJobTemplateRequest.withTargetS3Location(S3Location targetS3Location)
The Amazon S3 bucket name and key where you would like to add a copy of the job template.
|
Copyright © 2025. All rights reserved.