Class CfnGroup.Builder
java.lang.Object
software.amazon.awscdk.services.identitystore.CfnGroup.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnGroup>
- Enclosing class:
CfnGroup
@Stability(Stable)
public static final class CfnGroup.Builder
extends Object
implements software.amazon.jsii.Builder<CfnGroup>
A fluent builder for
CfnGroup.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnGroup.Builderdescription(String description) A string containing the description of the group.displayName(String displayName) A string containing the name of the group.identityStoreId(String identityStoreId) The globally unique identifier for the identity store.
-
Method Details
-
create
@Stability(Stable) public static CfnGroup.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnGroup.Builder.
-
displayName
A string containing the name of the group.This value is commonly displayed when the group is referenced.
- Parameters:
displayName- A string containing the name of 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:
-
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:
-
build
-