Interface ListManagedJobTemplatesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListManagedJobTemplatesRequest.Builder,ListManagedJobTemplatesRequest>,IotRequest.Builder,SdkBuilder<ListManagedJobTemplatesRequest.Builder,ListManagedJobTemplatesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListManagedJobTemplatesRequest
public static interface ListManagedJobTemplatesRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<ListManagedJobTemplatesRequest.Builder,ListManagedJobTemplatesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListManagedJobTemplatesRequest.BuildermaxResults(Integer maxResults)Maximum number of entries that can be returned.ListManagedJobTemplatesRequest.BuildernextToken(String nextToken)The token to retrieve the next set of results.ListManagedJobTemplatesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListManagedJobTemplatesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListManagedJobTemplatesRequest.BuildertemplateName(String templateName)An optional parameter for template name.-
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.iot.model.IotRequest.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
-
templateName
ListManagedJobTemplatesRequest.Builder templateName(String templateName)
An optional parameter for template name. If specified, only the versions of the managed job templates that have the specified template name will be returned.
- Parameters:
templateName- An optional parameter for template name. If specified, only the versions of the managed job templates that have the specified template name will be returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListManagedJobTemplatesRequest.Builder maxResults(Integer maxResults)
Maximum number of entries that can be returned.
- Parameters:
maxResults- Maximum number of entries that can be returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListManagedJobTemplatesRequest.Builder nextToken(String nextToken)
The token to retrieve the next set of results.
- Parameters:
nextToken- The token to retrieve the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListManagedJobTemplatesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListManagedJobTemplatesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-