Uses of Interface
software.amazon.awssdk.services.transfer.model.ListedWorkflow.Builder
-
Packages that use ListedWorkflow.Builder Package Description software.amazon.awssdk.services.transfer.model -
-
Uses of ListedWorkflow.Builder in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return ListedWorkflow.Builder Modifier and Type Method Description ListedWorkflow.BuilderListedWorkflow.Builder. arn(String arn)Specifies the unique Amazon Resource Name (ARN) for the workflow.static ListedWorkflow.BuilderListedWorkflow. builder()ListedWorkflow.BuilderListedWorkflow.Builder. description(String description)Specifies the text description for the workflow.ListedWorkflow.BuilderListedWorkflow. toBuilder()ListedWorkflow.BuilderListedWorkflow.Builder. workflowId(String workflowId)A unique identifier for the workflow.Methods in software.amazon.awssdk.services.transfer.model that return types with arguments of type ListedWorkflow.Builder Modifier and Type Method Description static Class<? extends ListedWorkflow.Builder>ListedWorkflow. serializableBuilderClass()
-