Interface SchemaExtensionInfo.Builder

    • Method Detail

      • directoryId

        SchemaExtensionInfo.Builder directoryId​(String directoryId)

        The identifier of the directory to which the schema extension is applied.

        Parameters:
        directoryId - The identifier of the directory to which the schema extension is applied.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • schemaExtensionId

        SchemaExtensionInfo.Builder schemaExtensionId​(String schemaExtensionId)

        The identifier of the schema extension.

        Parameters:
        schemaExtensionId - The identifier of the schema extension.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        SchemaExtensionInfo.Builder description​(String description)

        A description of the schema extension.

        Parameters:
        description - A description of the schema extension.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • schemaExtensionStatus

        SchemaExtensionInfo.Builder schemaExtensionStatus​(String schemaExtensionStatus)

        The current status of the schema extension.

        Parameters:
        schemaExtensionStatus - The current status of the schema extension.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SchemaExtensionStatus, SchemaExtensionStatus
      • schemaExtensionStatusReason

        SchemaExtensionInfo.Builder schemaExtensionStatusReason​(String schemaExtensionStatusReason)

        The reason for the SchemaExtensionStatus.

        Parameters:
        schemaExtensionStatusReason - The reason for the SchemaExtensionStatus.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • startDateTime

        SchemaExtensionInfo.Builder startDateTime​(Instant startDateTime)

        The date and time that the schema extension started being applied to the directory.

        Parameters:
        startDateTime - The date and time that the schema extension started being applied to the directory.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endDateTime

        SchemaExtensionInfo.Builder endDateTime​(Instant endDateTime)

        The date and time that the schema extension was completed.

        Parameters:
        endDateTime - The date and time that the schema extension was completed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.