Uses of Interface
software.amazon.awssdk.services.swf.model.WorkflowTypeInfo.Builder
-
Packages that use WorkflowTypeInfo.Builder Package Description software.amazon.awssdk.services.swf.model -
-
Uses of WorkflowTypeInfo.Builder in software.amazon.awssdk.services.swf.model
Methods in software.amazon.awssdk.services.swf.model that return WorkflowTypeInfo.Builder Modifier and Type Method Description static WorkflowTypeInfo.BuilderWorkflowTypeInfo. builder()WorkflowTypeInfo.BuilderWorkflowTypeInfo.Builder. creationDate(Instant creationDate)The date when this type was registered.WorkflowTypeInfo.BuilderWorkflowTypeInfo.Builder. deprecationDate(Instant deprecationDate)If the type is in deprecated state, then it is set to the date when the type was deprecated.WorkflowTypeInfo.BuilderWorkflowTypeInfo.Builder. description(String description)The description of the type registered through RegisterWorkflowType.WorkflowTypeInfo.BuilderWorkflowTypeInfo.Builder. status(String status)The current status of the workflow type.WorkflowTypeInfo.BuilderWorkflowTypeInfo.Builder. status(RegistrationStatus status)The current status of the workflow type.WorkflowTypeInfo.BuilderWorkflowTypeInfo. toBuilder()default WorkflowTypeInfo.BuilderWorkflowTypeInfo.Builder. workflowType(Consumer<WorkflowType.Builder> workflowType)The workflow type this information is about.WorkflowTypeInfo.BuilderWorkflowTypeInfo.Builder. workflowType(WorkflowType workflowType)The workflow type this information is about.Methods in software.amazon.awssdk.services.swf.model that return types with arguments of type WorkflowTypeInfo.Builder Modifier and Type Method Description static Class<? extends WorkflowTypeInfo.Builder>WorkflowTypeInfo. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.swf.model with type arguments of type WorkflowTypeInfo.Builder Modifier and Type Method Description default DescribeWorkflowTypeResponse.BuilderDescribeWorkflowTypeResponse.Builder. typeInfo(Consumer<WorkflowTypeInfo.Builder> typeInfo)General information about the workflow type.
-