Interface DeleteTenantCommandStep1

All Superinterfaces:
FinalCommandStep<DeleteTenantResponse>
All Known Implementing Classes:
DeleteTenantCommandImpl

public interface DeleteTenantCommandStep1 extends FinalCommandStep<DeleteTenantResponse>
  • Method Details

    • tenantId

      DeleteTenantCommandStep1 tenantId(String tenantId)
      Set the tenant id for the tenant to be deleted.
      Parameters:
      tenantId - the unique tenant id
      Returns:
      the builder for this command