Interface CancelPipelineExecutionResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CancelPipelineExecutionResponse.Builder,,CancelPipelineExecutionResponse> IoTSiteWiseResponse.Builder,SdkBuilder<CancelPipelineExecutionResponse.Builder,,CancelPipelineExecutionResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
CancelPipelineExecutionResponse
@Mutable
@NotThreadSafe
public static interface CancelPipelineExecutionResponse.Builder
extends IoTSiteWiseResponse.Builder, SdkPojo, CopyableBuilder<CancelPipelineExecutionResponse.Builder,CancelPipelineExecutionResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe current execution state of the pipeline.state(PipelineExecutionState state) The current execution state of the pipeline.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.iotsitewise.model.IoTSiteWiseResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
state
The current execution state of the pipeline. Can only be CANCELLING or CANCELLED.
- Parameters:
state- The current execution state of the pipeline. Can only be CANCELLING or CANCELLED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
state
The current execution state of the pipeline. Can only be CANCELLING or CANCELLED.
- Parameters:
state- The current execution state of the pipeline. Can only be CANCELLING or CANCELLED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-