Interface ExecuteActionResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ExecuteActionResponse.Builder,ExecuteActionResponse>,IoTSiteWiseResponse.Builder,SdkBuilder<ExecuteActionResponse.Builder,ExecuteActionResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ExecuteActionResponse
public static interface ExecuteActionResponse.Builder extends IoTSiteWiseResponse.Builder, SdkPojo, CopyableBuilder<ExecuteActionResponse.Builder,ExecuteActionResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExecuteActionResponse.BuilderactionId(String actionId)The ID of the action.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iotsitewise.model.IoTSiteWiseResponse.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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
actionId
ExecuteActionResponse.Builder actionId(String actionId)
The ID of the action.
- Parameters:
actionId- The ID of the action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-