Interface DescribeGroupMembershipResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeGroupMembershipResponse.Builder,
,DescribeGroupMembershipResponse> IdentitystoreResponse.Builder
,SdkBuilder<DescribeGroupMembershipResponse.Builder,
,DescribeGroupMembershipResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeGroupMembershipResponse
public static interface DescribeGroupMembershipResponse.Builder
extends IdentitystoreResponse.Builder, SdkPojo, CopyableBuilder<DescribeGroupMembershipResponse.Builder,DescribeGroupMembershipResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe identifier for a group in the identity store.identityStoreId
(String identityStoreId) The globally unique identifier for the identity store.memberId
(Consumer<MemberId.Builder> memberId) Sets the value of the MemberId property for this object.Sets the value of the MemberId property for this object.membershipId
(String membershipId) The identifier for aGroupMembership
in an identity store.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.identitystore.model.IdentitystoreResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
identityStoreId
The globally unique identifier for the identity store.
- Parameters:
identityStoreId
- The globally unique identifier for the identity store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
membershipId
The identifier for a
GroupMembership
in an identity store.- Parameters:
membershipId
- The identifier for aGroupMembership
in an identity store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
groupId
The identifier for a group in the identity store.
- Parameters:
groupId
- The identifier for a group in the identity store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
memberId
Sets the value of the MemberId property for this object.- Parameters:
memberId
- The new value for the MemberId property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
memberId
Sets the value of the MemberId property for this object. This is a convenience method that creates an instance of theMemberId.Builder
avoiding the need to create one manually viaMemberId.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tomemberId(MemberId)
.- Parameters:
memberId
- a consumer that will call methods onMemberId.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-