Interface AccessScopePathRequest.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<AccessScopePathRequest.Builder,,AccessScopePathRequest> SdkBuilder<AccessScopePathRequest.Builder,,AccessScopePathRequest> SdkPojo
- Enclosing class:
 AccessScopePathRequest
public static interface AccessScopePathRequest.Builder
extends SdkPojo, CopyableBuilder<AccessScopePathRequest.Builder,AccessScopePathRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptiondefault AccessScopePathRequest.Builderdestination(Consumer<PathStatementRequest.Builder> destination) The destination.destination(PathStatementRequest destination) The destination.default AccessScopePathRequest.Buildersource(Consumer<PathStatementRequest.Builder> source) The source.source(PathStatementRequest source) The source.throughResources(Collection<ThroughResourcesStatementRequest> throughResources) The through resources.throughResources(Consumer<ThroughResourcesStatementRequest.Builder>... throughResources) The through resources.throughResources(ThroughResourcesStatementRequest... throughResources) The through resources.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
source
The source.
- Parameters:
 source- The source.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
source
The source.
This is a convenience method that creates an instance of thePathStatementRequest.Builderavoiding the need to create one manually viaPathStatementRequest.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosource(PathStatementRequest).- Parameters:
 source- a consumer that will call methods onPathStatementRequest.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
destination
The destination.
- Parameters:
 destination- The destination.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
destination
default AccessScopePathRequest.Builder destination(Consumer<PathStatementRequest.Builder> destination) The destination.
This is a convenience method that creates an instance of thePathStatementRequest.Builderavoiding the need to create one manually viaPathStatementRequest.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todestination(PathStatementRequest).- Parameters:
 destination- a consumer that will call methods onPathStatementRequest.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
throughResources
AccessScopePathRequest.Builder throughResources(Collection<ThroughResourcesStatementRequest> throughResources) The through resources.
- Parameters:
 throughResources- The through resources.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
throughResources
AccessScopePathRequest.Builder throughResources(ThroughResourcesStatementRequest... throughResources) The through resources.
- Parameters:
 throughResources- The through resources.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
throughResources
AccessScopePathRequest.Builder throughResources(Consumer<ThroughResourcesStatementRequest.Builder>... throughResources) The through resources.
This is a convenience method that creates an instance of theThroughResourcesStatementRequest.Builderavoiding the need to create one manually viaThroughResourcesStatementRequest.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tothroughResources(List<ThroughResourcesStatementRequest>).- Parameters:
 throughResources- a consumer that will call methods onThroughResourcesStatementRequest.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -