Class CfnGroupPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.identitystore.CfnGroupPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnGroupPropsMixin>
- Enclosing class:
CfnGroupPropsMixin
@Stability(Stable)
public static final class CfnGroupPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnGroupPropsMixin>
A fluent builder for
CfnGroupPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnGroupPropsMixin.Buildercreate()static CfnGroupPropsMixin.Buildercreate(CfnPropertyMixinOptions options) description(String description) A string containing the description of the group.displayName(String displayName) The display name value for the group.identityStoreId(String identityStoreId) The globally unique identifier for the identity store.
-
Method Details
-
create
- Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnGroupPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnGroupPropsMixin.Builder.
-
description
A string containing the description of the group.- Parameters:
description- A string containing the description of the group. This parameter is required.- Returns:
this- See Also:
-
displayName
The display name value for the group.The length limit is 1,024 characters. This value can consist of letters, accented characters, symbols, numbers, punctuation, tab, new line, carriage return, space, and nonbreaking space in this attribute. This value is specified at the time the group is created and stored as an attribute of the group object in the identity store.
Prefix search supports a maximum of 1,000 characters for the string.
- Parameters:
displayName- The display name value for the group. This parameter is required.- Returns:
this- See Also:
-
identityStoreId
The globally unique identifier for the identity store.- Parameters:
identityStoreId- The globally unique identifier for the identity store. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnGroupPropsMixin>- Returns:
- a newly built instance of
CfnGroupPropsMixin.
-