Interface AccessScopeAnalysisFinding.Builder

    • Method Detail

      • networkInsightsAccessScopeAnalysisId

        AccessScopeAnalysisFinding.Builder networkInsightsAccessScopeAnalysisId​(String networkInsightsAccessScopeAnalysisId)

        The ID of the Network Access Scope analysis.

        Parameters:
        networkInsightsAccessScopeAnalysisId - The ID of the Network Access Scope analysis.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • networkInsightsAccessScopeId

        AccessScopeAnalysisFinding.Builder networkInsightsAccessScopeId​(String networkInsightsAccessScopeId)

        The ID of the Network Access Scope.

        Parameters:
        networkInsightsAccessScopeId - The ID of the Network Access Scope.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • findingId

        AccessScopeAnalysisFinding.Builder findingId​(String findingId)

        The ID of the finding.

        Parameters:
        findingId - The ID of the finding.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • findingComponents

        AccessScopeAnalysisFinding.Builder findingComponents​(Collection<PathComponent> findingComponents)

        The finding components.

        Parameters:
        findingComponents - The finding components.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • findingComponents

        AccessScopeAnalysisFinding.Builder findingComponents​(PathComponent... findingComponents)

        The finding components.

        Parameters:
        findingComponents - The finding components.
        Returns:
        Returns a reference to this object so that method calls can be chained together.