public static interface AccessScopePath.Builder extends SdkPojo, CopyableBuilder<AccessScopePath.Builder,AccessScopePath>
| Modifier and Type | Method and Description |
|---|---|
default AccessScopePath.Builder |
destination(Consumer<PathStatement.Builder> destination)
The destination.
|
AccessScopePath.Builder |
destination(PathStatement destination)
The destination.
|
default AccessScopePath.Builder |
source(Consumer<PathStatement.Builder> source)
The source.
|
AccessScopePath.Builder |
source(PathStatement source)
The source.
|
AccessScopePath.Builder |
throughResources(Collection<ThroughResourcesStatement> throughResources)
The through resources.
|
AccessScopePath.Builder |
throughResources(Consumer<ThroughResourcesStatement.Builder>... throughResources)
The through resources.
|
AccessScopePath.Builder |
throughResources(ThroughResourcesStatement... throughResources)
The through resources.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAccessScopePath.Builder source(PathStatement source)
The source.
source - The source.default AccessScopePath.Builder source(Consumer<PathStatement.Builder> source)
The source.
This is a convenience method that creates an instance of thePathStatement.Builder avoiding the need
to create one manually via PathStatement.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to source(PathStatement).source - a consumer that will call methods on PathStatement.Buildersource(PathStatement)AccessScopePath.Builder destination(PathStatement destination)
The destination.
destination - The destination.default AccessScopePath.Builder destination(Consumer<PathStatement.Builder> destination)
The destination.
This is a convenience method that creates an instance of thePathStatement.Builder avoiding the need
to create one manually via PathStatement.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to destination(PathStatement).destination - a consumer that will call methods on PathStatement.Builderdestination(PathStatement)AccessScopePath.Builder throughResources(Collection<ThroughResourcesStatement> throughResources)
The through resources.
throughResources - The through resources.AccessScopePath.Builder throughResources(ThroughResourcesStatement... throughResources)
The through resources.
throughResources - The through resources.AccessScopePath.Builder throughResources(Consumer<ThroughResourcesStatement.Builder>... throughResources)
The through resources.
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 #throughResources(List) .throughResources - a consumer that will call methods on List.Builder #throughResources(List) Copyright © 2022. All rights reserved.