Class CfnAllGroupMembershipsPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.identitystore.CfnAllGroupMembershipsPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAllGroupMembershipsPropsMixin>
- Enclosing class:
CfnAllGroupMembershipsPropsMixin
@Stability(Stable)
public static final class CfnAllGroupMembershipsPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAllGroupMembershipsPropsMixin>
A fluent builder for
CfnAllGroupMembershipsPropsMixin.-
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 CfnAllGroupMembershipsPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnAllGroupMembershipsPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnAllGroupMembershipsPropsMixin.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 CfnAllGroupMembershipsPropsMixin.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.- Parameters:
memberId- An object containing the identifier of a group member. This parameter is required.- Returns:
this- See Also:
-
memberId
@Stability(Stable) public CfnAllGroupMembershipsPropsMixin.Builder memberId(CfnAllGroupMembershipsPropsMixin.MemberIdProperty memberId) An object containing the identifier of a group member.- 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<CfnAllGroupMembershipsPropsMixin>- Returns:
- a newly built instance of
CfnAllGroupMembershipsPropsMixin.
-