Uses of Interface
software.amazon.awssdk.services.iotsitewise.model.ActionDefinition.Builder
-
Packages that use ActionDefinition.Builder Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of ActionDefinition.Builder in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return ActionDefinition.Builder Modifier and Type Method Description ActionDefinition.BuilderActionDefinition.Builder. actionDefinitionId(String actionDefinitionId)The ID of the action definition.ActionDefinition.BuilderActionDefinition.Builder. actionName(String actionName)The name of the action definition.ActionDefinition.BuilderActionDefinition.Builder. actionType(String actionType)The type of the action definition.static ActionDefinition.BuilderActionDefinition. builder()ActionDefinition.BuilderActionDefinition. toBuilder()Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type ActionDefinition.Builder Modifier and Type Method Description static Class<? extends ActionDefinition.Builder>ActionDefinition. serializableBuilderClass()
-