Interface ListGroupsForMemberResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListGroupsForMemberResponse.Builder,
,ListGroupsForMemberResponse> DirectoryServiceDataResponse.Builder
,SdkBuilder<ListGroupsForMemberResponse.Builder,
,ListGroupsForMemberResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListGroupsForMemberResponse
@Mutable
@NotThreadSafe
public static interface ListGroupsForMemberResponse.Builder
extends DirectoryServiceDataResponse.Builder, SdkPojo, CopyableBuilder<ListGroupsForMemberResponse.Builder,ListGroupsForMemberResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondirectoryId
(String directoryId) The identifier (ID) of the directory that's associated with the member.groups
(Collection<GroupSummary> groups) The group information that the request returns.groups
(Consumer<GroupSummary.Builder>... groups) The group information that the request returns.groups
(GroupSummary... groups) The group information that the request returns.memberRealm
(String memberRealm) The domain that's associated with the member.An encoded paging token for paginated calls that can be passed back to retrieve the next page.The domain 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
The identifier (ID) of the directory that's associated with the member.
- Parameters:
directoryId
- The identifier (ID) of the directory that's associated with the member.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
groups
The group information that the request returns.
- Parameters:
groups
- The group information that the request returns.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
groups
The group information that the request returns.
- Parameters:
groups
- The group information that the request returns.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
groups
The group information that the request returns.
This is a convenience method that creates an instance of theGroupSummary.Builder
avoiding the need to create one manually viaGroupSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed togroups(List<GroupSummary>)
.- Parameters:
groups
- a consumer that will call methods onGroupSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
memberRealm
The domain that's associated with the member.
- Parameters:
memberRealm
- The domain that's associated with the member.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 that's associated with the group.
- Parameters:
realm
- The domain that's associated with the group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-