Uses of Interface
software.amazon.awssdk.services.deadline.model.S3Location.Builder
-
Packages that use S3Location.Builder Package Description software.amazon.awssdk.services.deadline.model -
-
Uses of S3Location.Builder in software.amazon.awssdk.services.deadline.model
Methods in software.amazon.awssdk.services.deadline.model that return S3Location.Builder Modifier and Type Method Description S3Location.BuilderS3Location.Builder. bucketName(String bucketName)The name of the Amazon S3 bucket.static S3Location.BuilderS3Location. builder()S3Location.BuilderS3Location.Builder. key(String key)The Amazon S3 object key that uniquely identifies the Amazon S3 bucket.S3Location.BuilderS3Location. toBuilder()Methods in software.amazon.awssdk.services.deadline.model that return types with arguments of type S3Location.Builder Modifier and Type Method Description static Class<? extends S3Location.Builder>S3Location. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.deadline.model with type arguments of type S3Location.Builder Modifier and Type Method Description default CopyJobTemplateRequest.BuilderCopyJobTemplateRequest.Builder. targetS3Location(Consumer<S3Location.Builder> targetS3Location)The Amazon S3 bucket name and key where you would like to add a copy of the job template.
-