Class CfnAllGroupMembershipsMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.identitystore.CfnAllGroupMembershipsMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAllGroupMembershipsMixinProps>
- Enclosing interface:
CfnAllGroupMembershipsMixinProps
@Stability(Stable)
public static final class CfnAllGroupMembershipsMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAllGroupMembershipsMixinProps>
A builder for
CfnAllGroupMembershipsMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnAllGroupMembershipsMixinProps.getGroupId()identityStoreId(String identityStoreId) Sets the value ofCfnAllGroupMembershipsMixinProps.getIdentityStoreId()Sets the value ofCfnAllGroupMembershipsMixinProps.getMemberId()memberId(IResolvable memberId) Sets the value ofCfnAllGroupMembershipsMixinProps.getMemberId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
groupId
Sets the value ofCfnAllGroupMembershipsMixinProps.getGroupId()- Parameters:
groupId- The identifier for a group in the identity store.- Returns:
this
-
identityStoreId
@Stability(Stable) public CfnAllGroupMembershipsMixinProps.Builder identityStoreId(String identityStoreId) Sets the value ofCfnAllGroupMembershipsMixinProps.getIdentityStoreId()- Parameters:
identityStoreId- The globally unique identifier for the identity store.- Returns:
this
-
memberId
Sets the value ofCfnAllGroupMembershipsMixinProps.getMemberId()- Parameters:
memberId- An object containing the identifier of a group member.- Returns:
this
-
memberId
@Stability(Stable) public CfnAllGroupMembershipsMixinProps.Builder memberId(CfnAllGroupMembershipsPropsMixin.MemberIdProperty memberId) Sets the value ofCfnAllGroupMembershipsMixinProps.getMemberId()- Parameters:
memberId- An object containing the identifier of a group member.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAllGroupMembershipsMixinProps>- Returns:
- a new instance of
CfnAllGroupMembershipsMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-