CopyableBuilder<PollForThirdPartyJobsRequest.Builder,PollForThirdPartyJobsRequest>
, SdkBuilder<PollForThirdPartyJobsRequest.Builder,PollForThirdPartyJobsRequest>
public static interface PollForThirdPartyJobsRequest.Builder extends CopyableBuilder<PollForThirdPartyJobsRequest.Builder,PollForThirdPartyJobsRequest>
Modifier and Type | Method | Description |
---|---|---|
PollForThirdPartyJobsRequest.Builder |
actionTypeId(ActionTypeId actionTypeId) |
Represents information about an action type.
|
PollForThirdPartyJobsRequest.Builder |
maxBatchSize(Integer maxBatchSize) |
The maximum number of jobs to return in a poll for jobs call.
|
copy
apply, build
PollForThirdPartyJobsRequest.Builder actionTypeId(ActionTypeId actionTypeId)
Represents information about an action type.
actionTypeId
- Represents information about an action type.PollForThirdPartyJobsRequest.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.