Interface TenantInfo.Builder

    • Method Detail

      • tenantName

        TenantInfo.Builder tenantName​(String tenantName)

        The name of the tenant.

        Parameters:
        tenantName - The name of the tenant.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tenantId

        TenantInfo.Builder tenantId​(String tenantId)

        A unique identifier for the tenant.

        Parameters:
        tenantId - A unique identifier for the tenant.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tenantArn

        TenantInfo.Builder tenantArn​(String tenantArn)

        The Amazon Resource Name (ARN) of the tenant.

        Parameters:
        tenantArn - The Amazon Resource Name (ARN) of the tenant.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdTimestamp

        TenantInfo.Builder createdTimestamp​(Instant createdTimestamp)

        The date and time when the tenant was created.

        Parameters:
        createdTimestamp - The date and time when the tenant was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.