Uses of Interface
software.amazon.awssdk.services.securityhub.model.WorkflowUpdate.Builder
-
Packages that use WorkflowUpdate.Builder Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of WorkflowUpdate.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return WorkflowUpdate.Builder Modifier and Type Method Description static WorkflowUpdate.BuilderWorkflowUpdate. builder()WorkflowUpdate.BuilderWorkflowUpdate.Builder. status(String status)The status of the investigation into the finding.WorkflowUpdate.BuilderWorkflowUpdate.Builder. status(WorkflowStatus status)The status of the investigation into the finding.WorkflowUpdate.BuilderWorkflowUpdate. toBuilder()Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type WorkflowUpdate.Builder Modifier and Type Method Description static Class<? extends WorkflowUpdate.Builder>WorkflowUpdate. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type WorkflowUpdate.Builder Modifier and Type Method Description default AutomationRulesFindingFieldsUpdate.BuilderAutomationRulesFindingFieldsUpdate.Builder. workflow(Consumer<WorkflowUpdate.Builder> workflow)Sets the value of the Workflow property for this object.default BatchUpdateFindingsRequest.BuilderBatchUpdateFindingsRequest.Builder. workflow(Consumer<WorkflowUpdate.Builder> workflow)Used to update the workflow status of a finding.
-