public static interface DescribeGroupMembershipResponse.Builder extends IdentitystoreResponse.Builder, SdkPojo, CopyableBuilder<DescribeGroupMembershipResponse.Builder,DescribeGroupMembershipResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeGroupMembershipResponse.Builder |
groupId(String groupId)
The identifier for a group in the identity store.
|
DescribeGroupMembershipResponse.Builder |
identityStoreId(String identityStoreId)
The globally unique identifier for the identity store.
|
default DescribeGroupMembershipResponse.Builder |
memberId(Consumer<MemberId.Builder> memberId)
Sets the value of the MemberId property for this object.
|
DescribeGroupMembershipResponse.Builder |
memberId(MemberId memberId)
Sets the value of the MemberId property for this object.
|
DescribeGroupMembershipResponse.Builder |
membershipId(String membershipId)
The identifier for a
GroupMembership in an identity store. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeGroupMembershipResponse.Builder identityStoreId(String identityStoreId)
The globally unique identifier for the identity store.
identityStoreId - The globally unique identifier for the identity store.DescribeGroupMembershipResponse.Builder membershipId(String membershipId)
The identifier for a GroupMembership in an identity store.
membershipId - The identifier for a GroupMembership in an identity store.DescribeGroupMembershipResponse.Builder groupId(String groupId)
The identifier for a group in the identity store.
groupId - The identifier for a group in the identity store.DescribeGroupMembershipResponse.Builder memberId(MemberId memberId)
memberId - The new value for the MemberId property for this object.default DescribeGroupMembershipResponse.Builder memberId(Consumer<MemberId.Builder> memberId)
MemberId.Builder avoiding the need to
create one manually via MemberId.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to memberId(MemberId).
memberId - a consumer that will call methods on MemberId.BuildermemberId(MemberId)Copyright © 2023. All rights reserved.