Interface ValidateFlowDefinitionResponse.Builder

    • Method Detail

      • validations

        ValidateFlowDefinitionResponse.Builder validations​(Collection<FlowValidation> validations)

        Contains an array of objects, each of which contains an error identified by validation.

        Parameters:
        validations - Contains an array of objects, each of which contains an error identified by validation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • validations

        ValidateFlowDefinitionResponse.Builder validations​(FlowValidation... validations)

        Contains an array of objects, each of which contains an error identified by validation.

        Parameters:
        validations - Contains an array of objects, each of which contains an error identified by validation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.