public static interface ListMembersResponse.Builder extends Macie2Response.Builder, SdkPojo, CopyableBuilder<ListMembersResponse.Builder,ListMembersResponse>
| Modifier and Type | Method and Description |
|---|---|
ListMembersResponse.Builder |
members(Collection<Member> members)
An array of objects, one for each account that's associated with the administrator account and meets the
criteria specified in the request.
|
ListMembersResponse.Builder |
members(Consumer<Member.Builder>... members)
An array of objects, one for each account that's associated with the administrator account and meets the
criteria specified in the request.
|
ListMembersResponse.Builder |
members(Member... members)
An array of objects, one for each account that's associated with the administrator account and meets the
criteria specified in the request.
|
ListMembersResponse.Builder |
nextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListMembersResponse.Builder members(Collection<Member> members)
An array of objects, one for each account that's associated with the administrator account and meets the criteria specified in the request.
members - An array of objects, one for each account that's associated with the administrator account and meets
the criteria specified in the request.ListMembersResponse.Builder members(Member... members)
An array of objects, one for each account that's associated with the administrator account and meets the criteria specified in the request.
members - An array of objects, one for each account that's associated with the administrator account and meets
the criteria specified in the request.ListMembersResponse.Builder members(Consumer<Member.Builder>... members)
An array of objects, one for each account that's associated with the administrator account and meets the criteria specified in the request.
This is a convenience method that creates an instance of theMember.Builder avoiding the need to create one manually
via Member.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #members(List.
members - a consumer that will call methods on
Member.Builder#members(java.util.Collection) ListMembersResponse.Builder nextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.
nextToken - The string to use in a subsequent request to get the next page of results in a paginated response.
This value is null if there are no additional pages.Copyright © 2022. All rights reserved.