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