Interface ResourceTenantMetadata.Builder

    • Method Detail

      • tenantName

        ResourceTenantMetadata.Builder tenantName​(String tenantName)

        The name of the tenant associated with the resource.

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

        ResourceTenantMetadata.Builder tenantId​(String tenantId)

        A unique identifier for the tenant associated with the resource.

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

        ResourceTenantMetadata.Builder resourceArn​(String resourceArn)

        The Amazon Resource Name (ARN) of the resource.

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

        ResourceTenantMetadata.Builder associatedTimestamp​(Instant associatedTimestamp)

        The date and time when the resource was associated with the tenant.

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