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.Builder
description
(String description) A string containing the description of the group.displayName
(String displayName) AWS::IdentityStore::Group.DisplayName
.identityStoreId
(String identityStoreId) AWS::IdentityStore::Group.IdentityStoreId
.
-
Method Details
-
create
- Parameters:
scope
-- scope in which this resource is defined.
id
-- scoped id of the resource.
- Returns:
- a new instance of
CfnGroup.Builder
.
-
displayName
AWS::IdentityStore::Group.DisplayName
.- Parameters:
displayName
-AWS::IdentityStore::Group.DisplayName
. This parameter is required.- Returns:
this
-
identityStoreId
AWS::IdentityStore::Group.IdentityStoreId
.- Parameters:
identityStoreId
-AWS::IdentityStore::Group.IdentityStoreId
. This parameter is required.- Returns:
this
-
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
-
build
-