Class CfnGroupMembershipPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.identitystore.CfnGroupMembershipPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnGroupMembershipPropsMixin>
- Enclosing class:
CfnGroupMembershipPropsMixin
@Stability(Stable)
public static final class CfnGroupMembershipPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnGroupMembershipPropsMixin>
A fluent builder for
CfnGroupMembershipPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) The identifier for a group in the identity store.identityStoreId(String identityStoreId) The globally unique identifier for the identity store.An object containing the identifier of a group member.memberId(IResolvable memberId) An object containing the identifier of a group member.
-
Method Details
-
create
@Stability(Stable) public static CfnGroupMembershipPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnGroupMembershipPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnGroupMembershipPropsMixin.Builder.
-
groupId
The identifier for a group in the identity store.- Parameters:
groupId- The identifier for a group in the identity store. This parameter is required.- Returns:
this- See Also:
-
identityStoreId
@Stability(Stable) public CfnGroupMembershipPropsMixin.Builder identityStoreId(String identityStoreId) The globally unique identifier for the identity store.- Parameters:
identityStoreId- The globally unique identifier for the identity store. This parameter is required.- Returns:
this- See Also:
-
memberId
An object containing the identifier of a group member.Setting the
MemberId'sUserIdfield to a specific User's ID indicates that user is a member of the group.- Parameters:
memberId- An object containing the identifier of a group member. This parameter is required.- Returns:
this- See Also:
-
memberId
@Stability(Stable) public CfnGroupMembershipPropsMixin.Builder memberId(CfnGroupMembershipPropsMixin.MemberIdProperty memberId) An object containing the identifier of a group member.Setting the
MemberId'sUserIdfield to a specific User's ID indicates that user is a member of the group.- Parameters:
memberId- An object containing the identifier of a group member. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnGroupMembershipPropsMixin>- Returns:
- a newly built instance of
CfnGroupMembershipPropsMixin.
-