Class ResourceServerScope.Builder
java.lang.Object
software.amazon.awscdk.services.cognito.ResourceServerScope.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<ResourceServerScope>
- Enclosing class:
ResourceServerScope
@Stability(Stable)
public static final class ResourceServerScope.Builder
extends Object
implements software.amazon.jsii.Builder<ResourceServerScope>
A fluent builder for
ResourceServerScope.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static ResourceServerScope.Buildercreate()scopeDescription(String scopeDescription) A description of the scope.The name of the scope.
-
Method Details
-
create
- Returns:
- a new instance of
ResourceServerScope.Builder.
-
scopeDescription
A description of the scope.- Parameters:
scopeDescription- A description of the scope. This parameter is required.- Returns:
this
-
scopeName
The name of the scope.- Parameters:
scopeName- The name of the scope. This parameter is required.- Returns:
this
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ResourceServerScope>- Returns:
- a newly built instance of
ResourceServerScope.
-