Interface ListDeployActionExecutionTargetsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CodePipelineRequest.Builder,CopyableBuilder<ListDeployActionExecutionTargetsRequest.Builder,,ListDeployActionExecutionTargetsRequest> SdkBuilder<ListDeployActionExecutionTargetsRequest.Builder,,ListDeployActionExecutionTargetsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ListDeployActionExecutionTargetsRequest
@Mutable
@NotThreadSafe
public static interface ListDeployActionExecutionTargetsRequest.Builder
extends CodePipelineRequest.Builder, SdkPojo, CopyableBuilder<ListDeployActionExecutionTargetsRequest.Builder,ListDeployActionExecutionTargetsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionactionExecutionId(String actionExecutionId) The execution ID for the deploy action.filters(Collection<TargetFilter> filters) Filters the targets for a specified deploy action.filters(Consumer<TargetFilter.Builder>... filters) Filters the targets for a specified deploy action.filters(TargetFilter... filters) Filters the targets for a specified deploy action.maxResults(Integer maxResults) The maximum number of results to return in a single call.An identifier that was returned from the previous list action types call, which can be used to return the next set of action types in the list.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.pipelineName(String pipelineName) The name of the pipeline with the deploy action.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.codepipeline.model.CodePipelineRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
pipelineName
The name of the pipeline with the deploy action.
- Parameters:
pipelineName- The name of the pipeline with the deploy action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actionExecutionId
The execution ID for the deploy action.
- Parameters:
actionExecutionId- The execution ID for the deploy action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
Filters the targets for a specified deploy action.
- Parameters:
filters- Filters the targets for a specified deploy action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
Filters the targets for a specified deploy action.
- Parameters:
filters- Filters the targets for a specified deploy action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
Filters the targets for a specified deploy action.
This is a convenience method that creates an instance of theTargetFilter.Builderavoiding the need to create one manually viaTargetFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofilters(List<TargetFilter>).- Parameters:
filters- a consumer that will call methods onTargetFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
maxResults
The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value.
- Parameters:
maxResults- The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
An identifier that was returned from the previous list action types call, which can be used to return the next set of action types in the list.
- Parameters:
nextToken- An identifier that was returned from the previous list action types call, which can be used to return the next set of action types in the list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListDeployActionExecutionTargetsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListDeployActionExecutionTargetsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-