@Stability(value=Stable) public static final class ResourceServerScopeProps.Builder extends Object implements software.amazon.jsii.Builder<ResourceServerScopeProps>
ResourceServerScopeProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ResourceServerScopeProps |
build()
Builds the configured instance.
|
ResourceServerScopeProps.Builder |
scopeDescription(String scopeDescription)
Sets the value of
ResourceServerScopeProps.getScopeDescription() |
ResourceServerScopeProps.Builder |
scopeName(String scopeName)
Sets the value of
ResourceServerScopeProps.getScopeName() |
@Stability(value=Stable) public ResourceServerScopeProps.Builder scopeDescription(String scopeDescription)
ResourceServerScopeProps.getScopeDescription()scopeDescription - A description of the scope. This parameter is required.this@Stability(value=Stable) public ResourceServerScopeProps.Builder scopeName(String scopeName)
ResourceServerScopeProps.getScopeName()scopeName - The name of the scope. This parameter is required.this@Stability(value=Stable) public ResourceServerScopeProps build()
build in interface software.amazon.jsii.Builder<ResourceServerScopeProps>ResourceServerScopePropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.