Interface ListGroupMembersResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListGroupMembersResponse.Builder,
,ListGroupMembersResponse> DirectoryServiceDataResponse.Builder
,SdkBuilder<ListGroupMembersResponse.Builder,
,ListGroupMembersResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListGroupMembersResponse
@Mutable
@NotThreadSafe
public static interface ListGroupMembersResponse.Builder
extends DirectoryServiceDataResponse.Builder, SdkPojo, CopyableBuilder<ListGroupMembersResponse.Builder,ListGroupMembersResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondirectoryId
(String directoryId) Identifier (ID) of the directory associated with the group.memberRealm
(String memberRealm) The domain name that's associated with the member.members
(Collection<Member> members) The member information that the request returns.members
(Consumer<Member.Builder>... members) The member information that the request returns.The member information that the request returns.An encoded paging token for paginated calls that can be passed back to retrieve the next page.The domain name that's associated with the group.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.directoryservicedata.model.DirectoryServiceDataResponse.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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
directoryId
Identifier (ID) of the directory associated with the group.
- Parameters:
directoryId
- Identifier (ID) of the directory associated with the group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
memberRealm
The domain name that's associated with the member.
- Parameters:
memberRealm
- The domain name that's associated with the member.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
members
The member information that the request returns.
- Parameters:
members
- The member information that the request returns.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
members
The member information that the request returns.
- Parameters:
members
- The member information that the request returns.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
members
The member information that the request returns.
This is a convenience method that creates an instance of theMember.Builder
avoiding the need to create one manually viaMember.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tomembers(List<Member>)
.- Parameters:
members
- a consumer that will call methods onMember.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
An encoded paging token for paginated calls that can be passed back to retrieve the next page.
- Parameters:
nextToken
- An encoded paging token for paginated calls that can be passed back to retrieve the next page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
realm
The domain name that's associated with the group.
- Parameters:
realm
- The domain name that's associated with the group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-