@Stability(value=Experimental) public static final class ResourceServerScope.Builder extends Object implements software.amazon.jsii.Builder<ResourceServerScope>
ResourceServerScope.| Modifier and Type | Method and Description |
|---|---|
ResourceServerScope |
build() |
static ResourceServerScope.Builder |
create() |
ResourceServerScope.Builder |
scopeDescription(String scopeDescription)
(experimental) A description of the scope.
|
ResourceServerScope.Builder |
scopeName(String scopeName)
(experimental) The name of the scope.
|
@Stability(value=Experimental) public static ResourceServerScope.Builder create()
ResourceServerScope.Builder.@Stability(value=Experimental) public ResourceServerScope.Builder scopeDescription(String scopeDescription)
scopeDescription - A description of the scope. This parameter is required.this@Stability(value=Experimental) public ResourceServerScope.Builder scopeName(String scopeName)
scopeName - The name of the scope. This parameter is required.this@Stability(value=Experimental) public ResourceServerScope build()
build in interface software.amazon.jsii.Builder<ResourceServerScope>Copyright © 2021. All rights reserved.