public static interface StartPipelineExecutionRequest.Builder extends CodePipelineRequest.Builder, SdkPojo, CopyableBuilder<StartPipelineExecutionRequest.Builder,StartPipelineExecutionRequest>
| Modifier and Type | Method and Description |
|---|---|
StartPipelineExecutionRequest.Builder |
clientRequestToken(String clientRequestToken)
The system-generated unique ID used to identify a unique execution request.
|
StartPipelineExecutionRequest.Builder |
name(String name)
The name of the pipeline to start.
|
StartPipelineExecutionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartPipelineExecutionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartPipelineExecutionRequest.Builder |
variables(Collection<PipelineVariable> variables)
A list that overrides pipeline variables for a pipeline execution that's being started.
|
StartPipelineExecutionRequest.Builder |
variables(Consumer<PipelineVariable.Builder>... variables)
A list that overrides pipeline variables for a pipeline execution that's being started.
|
StartPipelineExecutionRequest.Builder |
variables(PipelineVariable... variables)
A list that overrides pipeline variables for a pipeline execution that's being started.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartPipelineExecutionRequest.Builder name(String name)
The name of the pipeline to start.
name - The name of the pipeline to start.StartPipelineExecutionRequest.Builder variables(Collection<PipelineVariable> variables)
A list that overrides pipeline variables for a pipeline execution that's being started. Variable names must
match [A-Za-z0-9@\-_]+, and the values can be anything except an empty string.
variables - A list that overrides pipeline variables for a pipeline execution that's being started. Variable names
must match [A-Za-z0-9@\-_]+, and the values can be anything except an empty string.StartPipelineExecutionRequest.Builder variables(PipelineVariable... variables)
A list that overrides pipeline variables for a pipeline execution that's being started. Variable names must
match [A-Za-z0-9@\-_]+, and the values can be anything except an empty string.
variables - A list that overrides pipeline variables for a pipeline execution that's being started. Variable names
must match [A-Za-z0-9@\-_]+, and the values can be anything except an empty string.StartPipelineExecutionRequest.Builder variables(Consumer<PipelineVariable.Builder>... variables)
A list that overrides pipeline variables for a pipeline execution that's being started. Variable names must
match [A-Za-z0-9@\-_]+, and the values can be anything except an empty string.
PipelineVariable.Builder avoiding the need to
create one manually via PipelineVariable.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #variables(List.
variables - a consumer that will call methods on
PipelineVariable.Builder#variables(java.util.Collection) StartPipelineExecutionRequest.Builder clientRequestToken(String clientRequestToken)
The system-generated unique ID used to identify a unique execution request.
clientRequestToken - The system-generated unique ID used to identify a unique execution request.StartPipelineExecutionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartPipelineExecutionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.