Interface PutPipelineDefinitionResponse.Builder

    • Method Detail

      • validationErrors

        PutPipelineDefinitionResponse.Builder validationErrors​(Collection<ValidationError> validationErrors)

        The validation errors that are associated with the objects defined in pipelineObjects.

        Parameters:
        validationErrors - The validation errors that are associated with the objects defined in pipelineObjects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • validationErrors

        PutPipelineDefinitionResponse.Builder validationErrors​(ValidationError... validationErrors)

        The validation errors that are associated with the objects defined in pipelineObjects.

        Parameters:
        validationErrors - The validation errors that are associated with the objects defined in pipelineObjects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • validationWarnings

        PutPipelineDefinitionResponse.Builder validationWarnings​(Collection<ValidationWarning> validationWarnings)

        The validation warnings that are associated with the objects defined in pipelineObjects.

        Parameters:
        validationWarnings - The validation warnings that are associated with the objects defined in pipelineObjects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • validationWarnings

        PutPipelineDefinitionResponse.Builder validationWarnings​(ValidationWarning... validationWarnings)

        The validation warnings that are associated with the objects defined in pipelineObjects.

        Parameters:
        validationWarnings - The validation warnings that are associated with the objects defined in pipelineObjects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errored

        PutPipelineDefinitionResponse.Builder errored​(Boolean errored)

        Indicates whether there were validation errors, and the pipeline definition is stored but cannot be activated until you correct the pipeline and call PutPipelineDefinition to commit the corrected pipeline.

        Parameters:
        errored - Indicates whether there were validation errors, and the pipeline definition is stored but cannot be activated until you correct the pipeline and call PutPipelineDefinition to commit the corrected pipeline.
        Returns:
        Returns a reference to this object so that method calls can be chained together.