CopyableBuilder<PollForJobsRequest.Builder,PollForJobsRequest>, SdkBuilder<PollForJobsRequest.Builder,PollForJobsRequest>public static interface PollForJobsRequest.Builder extends CopyableBuilder<PollForJobsRequest.Builder,PollForJobsRequest>
| Modifier and Type | Method | Description |
|---|---|---|
PollForJobsRequest.Builder |
actionTypeId(ActionTypeId actionTypeId) |
Represents information about an action type.
|
PollForJobsRequest.Builder |
maxBatchSize(Integer maxBatchSize) |
The maximum number of jobs to return in a poll for jobs call.
|
PollForJobsRequest.Builder |
queryParam(Map<String,String> queryParam) |
A map of property names and values.
|
copyapply, buildPollForJobsRequest.Builder actionTypeId(ActionTypeId actionTypeId)
Represents information about an action type.
actionTypeId - Represents information about an action type.PollForJobsRequest.Builder maxBatchSize(Integer maxBatchSize)
The maximum number of jobs to return in a poll for jobs call.
maxBatchSize - The maximum number of jobs to return in a poll for jobs call.PollForJobsRequest.Builder queryParam(Map<String,String> queryParam)
A map of property names and values. For an action type with no queryable properties, this value must be null or an empty map. For an action type with a queryable property, you must supply that property as a key in the map. Only jobs whose action configuration matches the mapped value will be returned.
queryParam - A map of property names and values. For an action type with no queryable properties, this value must
be null or an empty map. For an action type with a queryable property, you must supply that property
as a key in the map. Only jobs whose action configuration matches the mapped value will be returned.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.