@Generated(value="software.amazon.awssdk:codegen") public final class StopPipelineExecutionRequest extends CodePipelineRequest implements ToCopyableBuilder<StopPipelineExecutionRequest.Builder,StopPipelineExecutionRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
StopPipelineExecutionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
abandon()
Use this option to stop the pipeline execution by abandoning, rather than finishing, in-progress actions.
|
static StopPipelineExecutionRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
pipelineExecutionId()
The ID of the pipeline execution to be stopped in the current stage.
|
String |
pipelineName()
The name of the pipeline to stop.
|
String |
reason()
Use this option to enter comments, such as the reason the pipeline was stopped.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StopPipelineExecutionRequest.Builder> |
serializableBuilderClass() |
StopPipelineExecutionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String pipelineName()
The name of the pipeline to stop.
public final String pipelineExecutionId()
The ID of the pipeline execution to be stopped in the current stage. Use the GetPipelineState action
to retrieve the current pipelineExecutionId.
GetPipelineState action to retrieve the current pipelineExecutionId.public final Boolean abandon()
Use this option to stop the pipeline execution by abandoning, rather than finishing, in-progress actions.
This option can lead to failed or out-of-sequence tasks.
This option can lead to failed or out-of-sequence tasks.
public final String reason()
Use this option to enter comments, such as the reason the pipeline was stopped.
public StopPipelineExecutionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StopPipelineExecutionRequest.Builder,StopPipelineExecutionRequest>toBuilder in class CodePipelineRequestpublic static StopPipelineExecutionRequest.Builder builder()
public static Class<? extends StopPipelineExecutionRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.