Interface BatchDisassociateApprovalRuleTemplateFromRepositoriesError.Builder

All Superinterfaces:
Buildable, CopyableBuilder<BatchDisassociateApprovalRuleTemplateFromRepositoriesError.Builder,BatchDisassociateApprovalRuleTemplateFromRepositoriesError>, SdkBuilder<BatchDisassociateApprovalRuleTemplateFromRepositoriesError.Builder,BatchDisassociateApprovalRuleTemplateFromRepositoriesError>, SdkPojo
Enclosing class:
BatchDisassociateApprovalRuleTemplateFromRepositoriesError

public static interface BatchDisassociateApprovalRuleTemplateFromRepositoriesError.Builder extends SdkPojo, CopyableBuilder<BatchDisassociateApprovalRuleTemplateFromRepositoriesError.Builder,BatchDisassociateApprovalRuleTemplateFromRepositoriesError>
  • Method Details

    • repositoryName

      The name of the repository where the association with the template was not able to be removed.

      Parameters:
      repositoryName - The name of the repository where the association with the template was not able to be removed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • errorCode

      An error code that specifies whether the repository name was not valid or not found.

      Parameters:
      errorCode - An error code that specifies whether the repository name was not valid or not found.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • errorMessage

      An error message that provides details about why the repository name was either not found or not valid.

      Parameters:
      errorMessage - An error message that provides details about why the repository name was either not found or not valid.
      Returns:
      Returns a reference to this object so that method calls can be chained together.