Class CfnApplicationProvider.ResourceServerConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.services.sso.CfnApplicationProvider.ResourceServerConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnApplicationProvider.ResourceServerConfigProperty>
- Enclosing interface:
CfnApplicationProvider.ResourceServerConfigProperty
@Stability(Stable)
public static final class CfnApplicationProvider.ResourceServerConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnApplicationProvider.ResourceServerConfigProperty>
A builder for
CfnApplicationProvider.ResourceServerConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnApplicationProvider.ResourceServerConfigProperty.getScopes()scopes(IResolvable scopes) Sets the value ofCfnApplicationProvider.ResourceServerConfigProperty.getScopes()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
scopes
@Stability(Stable) public CfnApplicationProvider.ResourceServerConfigProperty.Builder scopes(IResolvable scopes) Sets the value ofCfnApplicationProvider.ResourceServerConfigProperty.getScopes()- Parameters:
scopes- A map of IAM Identity Center access scopes associated with this resource server.- Returns:
this
-
scopes
@Stability(Stable) public CfnApplicationProvider.ResourceServerConfigProperty.Builder scopes(Map<String, ? extends Object> scopes) Sets the value ofCfnApplicationProvider.ResourceServerConfigProperty.getScopes()- Parameters:
scopes- A map of IAM Identity Center access scopes associated with this resource server.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnApplicationProvider.ResourceServerConfigProperty>- Returns:
- a new instance of
CfnApplicationProvider.ResourceServerConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-