Interface StartCommandExecutionResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<StartCommandExecutionResponse.Builder,StartCommandExecutionResponse>,IotJobsDataPlaneResponse.Builder,SdkBuilder<StartCommandExecutionResponse.Builder,StartCommandExecutionResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- StartCommandExecutionResponse
public static interface StartCommandExecutionResponse.Builder extends IotJobsDataPlaneResponse.Builder, SdkPojo, CopyableBuilder<StartCommandExecutionResponse.Builder,StartCommandExecutionResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartCommandExecutionResponse.BuilderexecutionId(String executionId)A unique identifier for the command execution.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iotjobsdataplane.model.IotJobsDataPlaneResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
executionId
StartCommandExecutionResponse.Builder executionId(String executionId)
A unique identifier for the command execution.
- Parameters:
executionId- A unique identifier for the command execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-