Interface DeleteDataRepositoryAssociationResponse.Builder

    • Method Detail

      • associationId

        DeleteDataRepositoryAssociationResponse.Builder associationId​(String associationId)

        The ID of the data repository association being deleted.

        Parameters:
        associationId - The ID of the data repository association being deleted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deleteDataInFileSystem

        DeleteDataRepositoryAssociationResponse.Builder deleteDataInFileSystem​(Boolean deleteDataInFileSystem)

        Indicates whether data in the file system that corresponds to the data repository association is being deleted. Default is false.

        Parameters:
        deleteDataInFileSystem - Indicates whether data in the file system that corresponds to the data repository association is being deleted. Default is false.
        Returns:
        Returns a reference to this object so that method calls can be chained together.