public static final class CfnGroupProps.Builder
extends java.lang.Object
CfnGroupProps
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnGroupProps |
build()
Builds the configured instance.
|
CfnGroupProps.Builder |
description(java.lang.String description)
Sets the value of
CfnGroupProps.getDescription() |
CfnGroupProps.Builder |
displayName(java.lang.String displayName)
Sets the value of
CfnGroupProps.getDisplayName() |
CfnGroupProps.Builder |
identityStoreId(java.lang.String identityStoreId)
Sets the value of
CfnGroupProps.getIdentityStoreId() |
public CfnGroupProps.Builder displayName(java.lang.String displayName)
CfnGroupProps.getDisplayName()
displayName
- `AWS::IdentityStore::Group.DisplayName`. This parameter is required.this
public CfnGroupProps.Builder identityStoreId(java.lang.String identityStoreId)
CfnGroupProps.getIdentityStoreId()
identityStoreId
- `AWS::IdentityStore::Group.IdentityStoreId`. This parameter is required.this
public CfnGroupProps.Builder description(java.lang.String description)
CfnGroupProps.getDescription()
description
- A string containing the description of the group.this
public CfnGroupProps build()
CfnGroupProps
java.lang.NullPointerException
- if any required attribute was not provided