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