public static interface CreateJobTemplateRequest.Builder extends EmrContainersRequest.Builder, SdkPojo, CopyableBuilder<CreateJobTemplateRequest.Builder,CreateJobTemplateRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateJobTemplateRequest.Builder name(String name)
The specified name of the job template.
name - The specified name of the job template.CreateJobTemplateRequest.Builder clientToken(String clientToken)
The client token of the job template.
clientToken - The client token of the job template.CreateJobTemplateRequest.Builder jobTemplateData(JobTemplateData jobTemplateData)
The job template data which holds values of StartJobRun API request.
jobTemplateData - The job template data which holds values of StartJobRun API request.default CreateJobTemplateRequest.Builder jobTemplateData(Consumer<JobTemplateData.Builder> jobTemplateData)
The job template data which holds values of StartJobRun API request.
This is a convenience method that creates an instance of theJobTemplateData.Builder avoiding the
need to create one manually via JobTemplateData.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to jobTemplateData(JobTemplateData).
jobTemplateData - a consumer that will call methods on JobTemplateData.BuilderjobTemplateData(JobTemplateData)CreateJobTemplateRequest.Builder tags(Map<String,String> tags)
The tags that are associated with the job template.
tags - The tags that are associated with the job template.CreateJobTemplateRequest.Builder kmsKeyArn(String kmsKeyArn)
The KMS key ARN used to encrypt the job template.
kmsKeyArn - The KMS key ARN used to encrypt the job template.CreateJobTemplateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateJobTemplateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.