public static interface ListJobTemplatesRequest.Builder extends EmrContainersRequest.Builder, SdkPojo, CopyableBuilder<ListJobTemplatesRequest.Builder,ListJobTemplatesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListJobTemplatesRequest.Builder |
createdAfter(Instant createdAfter)
The date and time after which the job templates were created.
|
ListJobTemplatesRequest.Builder |
createdBefore(Instant createdBefore)
The date and time before which the job templates were created.
|
ListJobTemplatesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of job templates that can be listed.
|
ListJobTemplatesRequest.Builder |
nextToken(String nextToken)
The token for the next set of job templates to return.
|
ListJobTemplatesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListJobTemplatesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListJobTemplatesRequest.Builder createdAfter(Instant createdAfter)
The date and time after which the job templates were created.
createdAfter - The date and time after which the job templates were created.ListJobTemplatesRequest.Builder createdBefore(Instant createdBefore)
The date and time before which the job templates were created.
createdBefore - The date and time before which the job templates were created.ListJobTemplatesRequest.Builder maxResults(Integer maxResults)
The maximum number of job templates that can be listed.
maxResults - The maximum number of job templates that can be listed.ListJobTemplatesRequest.Builder nextToken(String nextToken)
The token for the next set of job templates to return.
nextToken - The token for the next set of job templates to return.ListJobTemplatesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListJobTemplatesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.