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 thePathComponent.Builder avoiding the need to create one
manually via PathComponent.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #findingComponents(List.
findingComponents - a consumer that will call methods on
PathComponent.Builder#findingComponents(java.util.Collection) Copyright © 2023. All rights reserved.