Interface PollForThirdPartyJobsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CodePipelineRequest.Builder,CopyableBuilder<PollForThirdPartyJobsRequest.Builder,PollForThirdPartyJobsRequest>,SdkBuilder<PollForThirdPartyJobsRequest.Builder,PollForThirdPartyJobsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- PollForThirdPartyJobsRequest
public static interface PollForThirdPartyJobsRequest.Builder extends CodePipelineRequest.Builder, SdkPojo, CopyableBuilder<PollForThirdPartyJobsRequest.Builder,PollForThirdPartyJobsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default PollForThirdPartyJobsRequest.BuilderactionTypeId(Consumer<ActionTypeId.Builder> actionTypeId)Represents information about an action type.PollForThirdPartyJobsRequest.BuilderactionTypeId(ActionTypeId actionTypeId)Represents information about an action type.PollForThirdPartyJobsRequest.BuildermaxBatchSize(Integer maxBatchSize)The maximum number of jobs to return in a poll for jobs call.PollForThirdPartyJobsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PollForThirdPartyJobsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.codepipeline.model.CodePipelineRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
actionTypeId
PollForThirdPartyJobsRequest.Builder actionTypeId(ActionTypeId actionTypeId)
Represents information about an action type.
- Parameters:
actionTypeId- Represents information about an action type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actionTypeId
default PollForThirdPartyJobsRequest.Builder actionTypeId(Consumer<ActionTypeId.Builder> actionTypeId)
Represents information about an action type.
This is a convenience method that creates an instance of theActionTypeId.Builderavoiding the need to create one manually viaActionTypeId.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toactionTypeId(ActionTypeId).- Parameters:
actionTypeId- a consumer that will call methods onActionTypeId.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
actionTypeId(ActionTypeId)
-
maxBatchSize
PollForThirdPartyJobsRequest.Builder maxBatchSize(Integer maxBatchSize)
The maximum number of jobs to return in a poll for jobs call.
- Parameters:
maxBatchSize- The maximum number of jobs to return in a poll for jobs call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
PollForThirdPartyJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
PollForThirdPartyJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-