Interface ObjectLifecycleUserActionInputParameterMetadataRequest.Builder
- Enclosing interface:
- ObjectLifecycleUserActionInputParameterMetadataRequest
public static interface ObjectLifecycleUserActionInputParameterMetadataRequest.Builder
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Validates and retrieves a completedObjectLifecycleUserActionInputParameterMetadataRequest.withUserActionName(String userActionName) Required: sets the fully qualified user action name associated with the requested object lifecycle user action input parameter.
-
Method Details
-
withUserActionName
ObjectLifecycleUserActionInputParameterMetadataRequest.Builder withUserActionName(String userActionName) Required: sets the fully qualified user action name associated with the requested object lifecycle user action input parameter.- Parameters:
userActionName- fully qualified user action name associated with the requested object lifecycle user action input parameter.- Returns:
- this
ObjectLifecycleUserActionInputParameterMetadataRequest.Builder
-
build
Validates and retrieves a completedObjectLifecycleUserActionInputParameterMetadataRequest. The user action name must be provided.- Returns:
- this completed
ObjectLifecycleUserActionInputParameterMetadataRequest - Throws:
RuntimeException- if user action name is not provided.
-