Class CfnInstanceProps.Builder
java.lang.Object
software.amazon.awscdk.services.sso.CfnInstanceProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnInstanceProps>
- Enclosing interface:
CfnInstanceProps
@Stability(Stable)
public static final class CfnInstanceProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnInstanceProps>
A builder for
CfnInstanceProps
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnInstanceProps.getName()
Sets the value ofCfnInstanceProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
Sets the value ofCfnInstanceProps.getName()
- Parameters:
name
- The name of the Identity Center instance.- Returns:
this
-
tags
Sets the value ofCfnInstanceProps.getTags()
- Parameters:
tags
- Specifies tags to be attached to the instance of IAM Identity Center.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnInstanceProps>
- Returns:
- a new instance of
CfnInstanceProps
- Throws:
NullPointerException
- if any required attribute was not provided
-