public static interface ListJobTemplatesResponse.Builder extends EmrContainersResponse.Builder, SdkPojo, CopyableBuilder<ListJobTemplatesResponse.Builder,ListJobTemplatesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListJobTemplatesResponse.Builder |
nextToken(String nextToken)
This output displays the token for the next set of job templates.
|
ListJobTemplatesResponse.Builder |
templates(Collection<JobTemplate> templates)
This output lists information about the specified job templates.
|
ListJobTemplatesResponse.Builder |
templates(Consumer<JobTemplate.Builder>... templates)
This output lists information about the specified job templates.
|
ListJobTemplatesResponse.Builder |
templates(JobTemplate... templates)
This output lists information about the specified job templates.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListJobTemplatesResponse.Builder templates(Collection<JobTemplate> templates)
This output lists information about the specified job templates.
templates - This output lists information about the specified job templates.ListJobTemplatesResponse.Builder templates(JobTemplate... templates)
This output lists information about the specified job templates.
templates - This output lists information about the specified job templates.ListJobTemplatesResponse.Builder templates(Consumer<JobTemplate.Builder>... templates)
This output lists information about the specified job templates.
This is a convenience method that creates an instance of theJobTemplate.Builder avoiding the need to create
one manually via JobTemplate.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #templates(List.
templates - a consumer that will call methods on
JobTemplate.Builder#templates(java.util.Collection) ListJobTemplatesResponse.Builder nextToken(String nextToken)
This output displays the token for the next set of job templates.
nextToken - This output displays the token for the next set of job templates.Copyright © 2023. All rights reserved.