Interface ListBatchJobDefinitionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListBatchJobDefinitionsRequest.Builder,ListBatchJobDefinitionsRequest>,M2Request.Builder,SdkBuilder<ListBatchJobDefinitionsRequest.Builder,ListBatchJobDefinitionsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListBatchJobDefinitionsRequest
public static interface ListBatchJobDefinitionsRequest.Builder extends M2Request.Builder, SdkPojo, CopyableBuilder<ListBatchJobDefinitionsRequest.Builder,ListBatchJobDefinitionsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListBatchJobDefinitionsRequest.BuilderapplicationId(String applicationId)The identifier of the application.ListBatchJobDefinitionsRequest.BuildermaxResults(Integer maxResults)The maximum number of batch job definitions to return.ListBatchJobDefinitionsRequest.BuildernextToken(String nextToken)A pagination token returned from a previous call to this operation.ListBatchJobDefinitionsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListBatchJobDefinitionsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListBatchJobDefinitionsRequest.Builderprefix(String prefix)If the batch job definition is a FileBatchJobDefinition, the prefix allows you to search on the file names of FileBatchJobDefinitions.-
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.m2.model.M2Request.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
-
applicationId
ListBatchJobDefinitionsRequest.Builder applicationId(String applicationId)
The identifier of the application.
- Parameters:
applicationId- The identifier of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListBatchJobDefinitionsRequest.Builder maxResults(Integer maxResults)
The maximum number of batch job definitions to return.
- Parameters:
maxResults- The maximum number of batch job definitions to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListBatchJobDefinitionsRequest.Builder nextToken(String nextToken)
A pagination token returned from a previous call to this operation. This specifies the next item to return. To return to the beginning of the list, exclude this parameter.
- Parameters:
nextToken- A pagination token returned from a previous call to this operation. This specifies the next item to return. To return to the beginning of the list, exclude this parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
prefix
ListBatchJobDefinitionsRequest.Builder prefix(String prefix)
If the batch job definition is a FileBatchJobDefinition, the prefix allows you to search on the file names of FileBatchJobDefinitions.
- Parameters:
prefix- If the batch job definition is a FileBatchJobDefinition, the prefix allows you to search on the file names of FileBatchJobDefinitions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListBatchJobDefinitionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListBatchJobDefinitionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-