Class CfnGroupProps.Builder
java.lang.Object
software.amazon.awscdk.services.identitystore.CfnGroupProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnGroupProps>
- Enclosing interface:
- CfnGroupProps
@Stability(Stable)
public static final class CfnGroupProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnGroupProps>
A builder for
CfnGroupProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.description(String description) Sets the value ofCfnGroupProps.getDescription()displayName(String displayName) Sets the value ofCfnGroupProps.getDisplayName()identityStoreId(String identityStoreId) Sets the value ofCfnGroupProps.getIdentityStoreId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
displayName
Sets the value ofCfnGroupProps.getDisplayName()- Parameters:
displayName-AWS::IdentityStore::Group.DisplayName. This parameter is required.- Returns:
this
-
identityStoreId
Sets the value ofCfnGroupProps.getIdentityStoreId()- Parameters:
identityStoreId-AWS::IdentityStore::Group.IdentityStoreId. This parameter is required.- Returns:
this
-
description
Sets the value ofCfnGroupProps.getDescription()- Parameters:
description- A string containing the description of the group.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnGroupProps>- Returns:
- a new instance of
CfnGroupProps - Throws:
NullPointerException- if any required attribute was not provided
-