public static interface NetworkInsightsAccessScopeContent.Builder extends SdkPojo, CopyableBuilder<NetworkInsightsAccessScopeContent.Builder,NetworkInsightsAccessScopeContent>
| Modifier and Type | Method and Description |
|---|---|
NetworkInsightsAccessScopeContent.Builder |
excludePaths(AccessScopePath... excludePaths)
The paths to exclude.
|
NetworkInsightsAccessScopeContent.Builder |
excludePaths(Collection<AccessScopePath> excludePaths)
The paths to exclude.
|
NetworkInsightsAccessScopeContent.Builder |
excludePaths(Consumer<AccessScopePath.Builder>... excludePaths)
The paths to exclude.
|
NetworkInsightsAccessScopeContent.Builder |
matchPaths(AccessScopePath... matchPaths)
The paths to match.
|
NetworkInsightsAccessScopeContent.Builder |
matchPaths(Collection<AccessScopePath> matchPaths)
The paths to match.
|
NetworkInsightsAccessScopeContent.Builder |
matchPaths(Consumer<AccessScopePath.Builder>... matchPaths)
The paths to match.
|
NetworkInsightsAccessScopeContent.Builder |
networkInsightsAccessScopeId(String networkInsightsAccessScopeId)
The ID of the Network Access Scope.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNetworkInsightsAccessScopeContent.Builder networkInsightsAccessScopeId(String networkInsightsAccessScopeId)
The ID of the Network Access Scope.
networkInsightsAccessScopeId - The ID of the Network Access Scope.NetworkInsightsAccessScopeContent.Builder matchPaths(Collection<AccessScopePath> matchPaths)
The paths to match.
matchPaths - The paths to match.NetworkInsightsAccessScopeContent.Builder matchPaths(AccessScopePath... matchPaths)
The paths to match.
matchPaths - The paths to match.NetworkInsightsAccessScopeContent.Builder matchPaths(Consumer<AccessScopePath.Builder>... matchPaths)
The paths to match.
This is a convenience method that creates an instance of theAccessScopePath.Builder avoiding the need to create one
manually via AccessScopePath.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #matchPaths(List.
matchPaths - a consumer that will call methods on
AccessScopePath.Builder#matchPaths(java.util.Collection) NetworkInsightsAccessScopeContent.Builder excludePaths(Collection<AccessScopePath> excludePaths)
The paths to exclude.
excludePaths - The paths to exclude.NetworkInsightsAccessScopeContent.Builder excludePaths(AccessScopePath... excludePaths)
The paths to exclude.
excludePaths - The paths to exclude.NetworkInsightsAccessScopeContent.Builder excludePaths(Consumer<AccessScopePath.Builder>... excludePaths)
The paths to exclude.
This is a convenience method that creates an instance of theAccessScopePath.Builder avoiding the need to create one
manually via AccessScopePath.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #excludePaths(List.
excludePaths - a consumer that will call methods on
AccessScopePath.Builder#excludePaths(java.util.Collection) Copyright © 2023. All rights reserved.