@Stability(value=Stable) public static final class CfnGroupProps.Builder extends Object implements software.amazon.jsii.Builder<CfnGroupProps>
CfnGroupProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnGroupProps |
build()
Builds the configured instance.
|
CfnGroupProps.Builder |
description(String description)
Sets the value of
CfnGroupProps.getDescription() |
CfnGroupProps.Builder |
displayName(String displayName)
Sets the value of
CfnGroupProps.getDisplayName() |
CfnGroupProps.Builder |
identityStoreId(String identityStoreId)
Sets the value of
CfnGroupProps.getIdentityStoreId() |
@Stability(value=Stable) public CfnGroupProps.Builder displayName(String displayName)
CfnGroupProps.getDisplayName()displayName - `AWS::IdentityStore::Group.DisplayName`. This parameter is required.this@Stability(value=Stable) public CfnGroupProps.Builder identityStoreId(String identityStoreId)
CfnGroupProps.getIdentityStoreId()identityStoreId - `AWS::IdentityStore::Group.IdentityStoreId`. This parameter is required.this@Stability(value=Stable) public CfnGroupProps.Builder description(String description)
CfnGroupProps.getDescription()description - `AWS::IdentityStore::Group.Description`.this@Stability(value=Stable) public CfnGroupProps build()
build in interface software.amazon.jsii.Builder<CfnGroupProps>CfnGroupPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.