Interface StartPipelineExecutionResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<StartPipelineExecutionResponse.Builder,,StartPipelineExecutionResponse> IoTSiteWiseResponse.Builder,SdkBuilder<StartPipelineExecutionResponse.Builder,,StartPipelineExecutionResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
StartPipelineExecutionResponse
@Mutable
@NotThreadSafe
public static interface StartPipelineExecutionResponse.Builder
extends IoTSiteWiseResponse.Builder, SdkPojo, CopyableBuilder<StartPipelineExecutionResponse.Builder,StartPipelineExecutionResponse>
-
Method Summary
Modifier and TypeMethodDescriptionpipelineExecutionId(String pipelineExecutionId) The unique identifier of the created pipeline execution.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
-
pipelineExecutionId
The unique identifier of the created pipeline execution.
- Parameters:
pipelineExecutionId- The unique identifier of the created pipeline execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-