public static interface ListBatchJobDefinitionsResponse.Builder extends M2Response.Builder, SdkPojo, CopyableBuilder<ListBatchJobDefinitionsResponse.Builder,ListBatchJobDefinitionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListBatchJobDefinitionsResponse.Builder |
batchJobDefinitions(BatchJobDefinition... batchJobDefinitions)
The list of batch job definitions.
|
ListBatchJobDefinitionsResponse.Builder |
batchJobDefinitions(Collection<BatchJobDefinition> batchJobDefinitions)
The list of batch job definitions.
|
ListBatchJobDefinitionsResponse.Builder |
batchJobDefinitions(Consumer<BatchJobDefinition.Builder>... batchJobDefinitions)
The list of batch job definitions.
|
ListBatchJobDefinitionsResponse.Builder |
nextToken(String nextToken)
If there are more items to return, this contains a token that is passed to a subsequent call to this
operation to retrieve the next set of items.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListBatchJobDefinitionsResponse.Builder batchJobDefinitions(Collection<BatchJobDefinition> batchJobDefinitions)
The list of batch job definitions.
batchJobDefinitions - The list of batch job definitions.ListBatchJobDefinitionsResponse.Builder batchJobDefinitions(BatchJobDefinition... batchJobDefinitions)
The list of batch job definitions.
batchJobDefinitions - The list of batch job definitions.ListBatchJobDefinitionsResponse.Builder batchJobDefinitions(Consumer<BatchJobDefinition.Builder>... batchJobDefinitions)
The list of batch job definitions.
This is a convenience method that creates an instance of theBatchJobDefinition.Builder avoiding the need to create one
manually via BatchJobDefinition.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #batchJobDefinitions(List.
batchJobDefinitions - a consumer that will call methods on
BatchJobDefinition.Builder#batchJobDefinitions(java.util.Collection) ListBatchJobDefinitionsResponse.Builder nextToken(String nextToken)
If there are more items to return, this contains a token that is passed to a subsequent call to this operation to retrieve the next set of items.
nextToken - If there are more items to return, this contains a token that is passed to a subsequent call to this
operation to retrieve the next set of items.Copyright © 2023. All rights reserved.