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 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 #matchPaths(List) .matchPaths - a consumer that will call methods on List.Builder #matchPaths(List) 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 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 #excludePaths(List) .excludePaths - a consumer that will call methods on List.Builder #excludePaths(List) Copyright © 2022. All rights reserved.