Class CfnInstancePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.sso.CfnInstancePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnInstancePropsMixin>
- Enclosing class:
CfnInstancePropsMixin
@Stability(Stable)
public static final class CfnInstancePropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnInstancePropsMixin>
A fluent builder for
CfnInstancePropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) The name of the Identity Center instance.Specifies tags to be attached to the instance of IAM Identity Center.
-
Method Details
-
create
@Stability(Stable) public static CfnInstancePropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnInstancePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnInstancePropsMixin.Builder.
-
name
The name of the Identity Center instance.- Parameters:
name- The name of the Identity Center instance. This parameter is required.- Returns:
this- See Also:
-
tags
Specifies tags to be attached to the instance of IAM Identity Center.- Parameters:
tags- Specifies tags to be attached to the instance of IAM Identity Center. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnInstancePropsMixin>- Returns:
- a newly built instance of
CfnInstancePropsMixin.
-