public static interface AccessScopeAnalysisFinding.Builder extends SdkPojo, CopyableBuilder<AccessScopeAnalysisFinding.Builder,AccessScopeAnalysisFinding>
| Modifier and Type | Method and Description |
|---|---|
AccessScopeAnalysisFinding.Builder |
findingComponents(Collection<PathComponent> findingComponents)
The finding components.
|
AccessScopeAnalysisFinding.Builder |
findingComponents(Consumer<PathComponent.Builder>... findingComponents)
The finding components.
|
AccessScopeAnalysisFinding.Builder |
findingComponents(PathComponent... findingComponents)
The finding components.
|
AccessScopeAnalysisFinding.Builder |
findingId(String findingId)
The ID of the finding.
|
AccessScopeAnalysisFinding.Builder |
networkInsightsAccessScopeAnalysisId(String networkInsightsAccessScopeAnalysisId)
The ID of the Network Access Scope analysis.
|
AccessScopeAnalysisFinding.Builder |
networkInsightsAccessScopeId(String networkInsightsAccessScopeId)
The ID of the Network Access Scope.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAccessScopeAnalysisFinding.Builder networkInsightsAccessScopeAnalysisId(String networkInsightsAccessScopeAnalysisId)
The ID of the Network Access Scope analysis.
networkInsightsAccessScopeAnalysisId - The ID of the Network Access Scope analysis.AccessScopeAnalysisFinding.Builder networkInsightsAccessScopeId(String networkInsightsAccessScopeId)
The ID of the Network Access Scope.
networkInsightsAccessScopeId - The ID of the Network Access Scope.AccessScopeAnalysisFinding.Builder findingId(String findingId)
The ID of the finding.
findingId - The ID of the finding.AccessScopeAnalysisFinding.Builder findingComponents(Collection<PathComponent> findingComponents)
The finding components.
findingComponents - The finding components.AccessScopeAnalysisFinding.Builder findingComponents(PathComponent... findingComponents)
The finding components.
findingComponents - The finding components.AccessScopeAnalysisFinding.Builder findingComponents(Consumer<PathComponent.Builder>... findingComponents)
The finding components.
This is a convenience method that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #findingComponents(List) .findingComponents - a consumer that will call methods on List.Builder #findingComponents(List) Copyright © 2022. All rights reserved.