public static interface CreateJobTemplateResponse.Builder extends EmrContainersResponse.Builder, SdkPojo, CopyableBuilder<CreateJobTemplateResponse.Builder,CreateJobTemplateResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateJobTemplateResponse.Builder |
arn(String arn)
This output display the ARN of the created job template.
|
CreateJobTemplateResponse.Builder |
createdAt(Instant createdAt)
This output displays the date and time when the job template was created.
|
CreateJobTemplateResponse.Builder |
id(String id)
This output display the created job template ID.
|
CreateJobTemplateResponse.Builder |
name(String name)
This output displays the name of the created job template.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateJobTemplateResponse.Builder id(String id)
This output display the created job template ID.
id - This output display the created job template ID.CreateJobTemplateResponse.Builder name(String name)
This output displays the name of the created job template.
name - This output displays the name of the created job template.CreateJobTemplateResponse.Builder arn(String arn)
This output display the ARN of the created job template.
arn - This output display the ARN of the created job template.CreateJobTemplateResponse.Builder createdAt(Instant createdAt)
This output displays the date and time when the job template was created.
createdAt - This output displays the date and time when the job template was created.Copyright © 2023. All rights reserved.