Interface IsMemberInGroupsResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<IsMemberInGroupsResponse.Builder,,IsMemberInGroupsResponse> IdentitystoreResponse.Builder,SdkBuilder<IsMemberInGroupsResponse.Builder,,IsMemberInGroupsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 IsMemberInGroupsResponse
public static interface IsMemberInGroupsResponse.Builder
extends IdentitystoreResponse.Builder, SdkPojo, CopyableBuilder<IsMemberInGroupsResponse.Builder,IsMemberInGroupsResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionresults(Collection<GroupMembershipExistenceResult> results) A list containing the results of membership existence checks.results(Consumer<GroupMembershipExistenceResult.Builder>... results) A list containing the results of membership existence checks.results(GroupMembershipExistenceResult... results) A list containing the results of membership existence checks.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, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
results
A list containing the results of membership existence checks.
- Parameters:
 results- A list containing the results of membership existence checks.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
results
A list containing the results of membership existence checks.
- Parameters:
 results- A list containing the results of membership existence checks.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
results
IsMemberInGroupsResponse.Builder results(Consumer<GroupMembershipExistenceResult.Builder>... results) A list containing the results of membership existence checks.
This is a convenience method that creates an instance of theGroupMembershipExistenceResult.Builderavoiding the need to create one manually viaGroupMembershipExistenceResult.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toresults(List<GroupMembershipExistenceResult>).- Parameters:
 results- a consumer that will call methods onGroupMembershipExistenceResult.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -