public static interface ListBatchJobDefinitionsRequest.Builder extends M2Request.Builder, SdkPojo, CopyableBuilder<ListBatchJobDefinitionsRequest.Builder,ListBatchJobDefinitionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListBatchJobDefinitionsRequest.Builder |
applicationId(String applicationId)
The identifier of the application.
|
ListBatchJobDefinitionsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of batch job definitions to return.
|
ListBatchJobDefinitionsRequest.Builder |
nextToken(String nextToken)
A pagination token returned from a previous call to this operation.
|
ListBatchJobDefinitionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListBatchJobDefinitionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListBatchJobDefinitionsRequest.Builder applicationId(String applicationId)
The identifier of the application.
applicationId - The identifier of the application.ListBatchJobDefinitionsRequest.Builder maxResults(Integer maxResults)
The maximum number of batch job definitions to return.
maxResults - The maximum number of batch job definitions to return.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.
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.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.
prefix - If the batch job definition is a FileBatchJobDefinition, the prefix allows you to search on the file
names of FileBatchJobDefinitions.ListBatchJobDefinitionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListBatchJobDefinitionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.