public static interface PollForJobsRequest.Builder extends CodePipelineRequest.Builder, SdkPojo, CopyableBuilder<PollForJobsRequest.Builder,PollForJobsRequest>
| Modifier and Type | Method and Description |
|---|---|
PollForJobsRequest.Builder |
actionTypeId(ActionTypeId actionTypeId)
Represents information about an action type.
|
default PollForJobsRequest.Builder |
actionTypeId(Consumer<ActionTypeId.Builder> 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PollForJobsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PollForJobsRequest.Builder |
queryParam(Map<String,String> queryParam)
A map of property names and values.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPollForJobsRequest.Builder actionTypeId(ActionTypeId actionTypeId)
Represents information about an action type.
actionTypeId - Represents information about an action type.default PollForJobsRequest.Builder actionTypeId(Consumer<ActionTypeId.Builder> actionTypeId)
Represents information about an action type.
This is a convenience method 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)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 are 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 are returned.PollForJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPollForJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.