Interface ComponentSummary.Builder

    • Method Detail

      • componentName

        ComponentSummary.Builder componentName​(String componentName)

        The name of the component.

        Parameters:
        componentName - The name of the component.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • componentTypeId

        ComponentSummary.Builder componentTypeId​(String componentTypeId)

        The ID of the component type.

        Parameters:
        componentTypeId - The ID of the component type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • definedIn

        ComponentSummary.Builder definedIn​(String definedIn)

        The name of the property definition set in the request.

        Parameters:
        definedIn - The name of the property definition set in the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        ComponentSummary.Builder description​(String description)

        The description of the component request.

        Parameters:
        description - The description of the component request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        ComponentSummary.Builder status​(Status status)

        The status of the component type.

        Parameters:
        status - The status of the component type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • syncSource

        ComponentSummary.Builder syncSource​(String syncSource)

        The syncSource of the sync job, if this entity was created by a sync job.

        Parameters:
        syncSource - The syncSource of the sync job, if this entity was created by a sync job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • componentPath

        ComponentSummary.Builder componentPath​(String componentPath)

        This string specifies the path to the composite component, starting from the top-level component.

        Parameters:
        componentPath - This string specifies the path to the composite component, starting from the top-level component.
        Returns:
        Returns a reference to this object so that method calls can be chained together.