Interface ListJobTemplatesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListJobTemplatesRequest.Builder,ListJobTemplatesRequest>,EmrContainersRequest.Builder,SdkBuilder<ListJobTemplatesRequest.Builder,ListJobTemplatesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListJobTemplatesRequest
public static interface ListJobTemplatesRequest.Builder extends EmrContainersRequest.Builder, SdkPojo, CopyableBuilder<ListJobTemplatesRequest.Builder,ListJobTemplatesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListJobTemplatesRequest.BuildercreatedAfter(Instant createdAfter)The date and time after which the job templates were created.ListJobTemplatesRequest.BuildercreatedBefore(Instant createdBefore)The date and time before which the job templates were created.ListJobTemplatesRequest.BuildermaxResults(Integer maxResults)The maximum number of job templates that can be listed.ListJobTemplatesRequest.BuildernextToken(String nextToken)The token for the next set of job templates to return.ListJobTemplatesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListJobTemplatesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.emrcontainers.model.EmrContainersRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
createdAfter
ListJobTemplatesRequest.Builder createdAfter(Instant createdAfter)
The date and time after which the job templates were created.
- Parameters:
createdAfter- The date and time after which the job templates were created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBefore
ListJobTemplatesRequest.Builder createdBefore(Instant createdBefore)
The date and time before which the job templates were created.
- Parameters:
createdBefore- The date and time before which the job templates were created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListJobTemplatesRequest.Builder maxResults(Integer maxResults)
The maximum number of job templates that can be listed.
- Parameters:
maxResults- The maximum number of job templates that can be listed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListJobTemplatesRequest.Builder nextToken(String nextToken)
The token for the next set of job templates to return.
- Parameters:
nextToken- The token for the next set of job templates to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListJobTemplatesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListJobTemplatesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-