public static interface PollForThirdPartyJobsRequest.Builder extends CodePipelineRequest.Builder, SdkPojo, CopyableBuilder<PollForThirdPartyJobsRequest.Builder,PollForThirdPartyJobsRequest>
| Modifier and Type | Method and Description |
|---|---|
PollForThirdPartyJobsRequest.Builder |
actionTypeId(ActionTypeId actionTypeId)
Represents information about an action type.
|
default PollForThirdPartyJobsRequest.Builder |
actionTypeId(Consumer<ActionTypeId.Builder> 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.
|
PollForThirdPartyJobsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
PollForThirdPartyJobsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildPollForThirdPartyJobsRequest.Builder actionTypeId(ActionTypeId actionTypeId)
Represents information about an action type.
actionTypeId - Represents information about an action type.default PollForThirdPartyJobsRequest.Builder actionTypeId(Consumer<ActionTypeId.Builder> actionTypeId)
Represents information about an action type.
This is a convenience that creates an instance of theActionTypeId.Builder avoiding the need to
create one manually via ActionTypeId.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to actionTypeId(ActionTypeId).actionTypeId - a consumer that will call methods on ActionTypeId.BuilderactionTypeId(ActionTypeId)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.PollForThirdPartyJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.PollForThirdPartyJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.