Interface DescribeGroupMembershipResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeGroupMembershipResponse.Builder,,DescribeGroupMembershipResponse> IdentitystoreResponse.Builder,SdkBuilder<DescribeGroupMembershipResponse.Builder,,DescribeGroupMembershipResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DescribeGroupMembershipResponse
@Mutable
@NotThreadSafe
public static interface DescribeGroupMembershipResponse.Builder
extends IdentitystoreResponse.Builder, SdkPojo, CopyableBuilder<DescribeGroupMembershipResponse.Builder,DescribeGroupMembershipResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe date and time the group membership was created.The identifier of the user or system that created the group membership.The 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 aGroupMembershipin an identity store.The date and time the group membership was last updated.The identifier of the user or system that last updated the group membership.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.identitystore.model.IdentitystoreResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods 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
GroupMembershipin an identity store.- Parameters:
membershipId- The identifier for aGroupMembershipin 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.Builderavoiding the need to create one manually viaMemberId.builder().When the
Consumercompletes,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:
-
createdAt
The date and time the group membership was created.
- Parameters:
createdAt- The date and time the group membership was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The date and time the group membership was last updated.
- Parameters:
updatedAt- The date and time the group membership was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBy
The identifier of the user or system that created the group membership.
- Parameters:
createdBy- The identifier of the user or system that created the group membership.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedBy
The identifier of the user or system that last updated the group membership.
- Parameters:
updatedBy- The identifier of the user or system that last updated the group membership.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-