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 master account and meets the criteria
specified by the onlyAssociated request parameter.
|
ListMembersResponse.Builder |
members(Consumer<Member.Builder>... members)
An array of objects, one for each account that's associated with the master account and meets the criteria
specified by the onlyAssociated request parameter.
|
ListMembersResponse.Builder |
members(Member... members)
An array of objects, one for each account that's associated with the master account and meets the criteria
specified by the onlyAssociated request parameter.
|
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 master account and meets the criteria specified by the onlyAssociated request parameter.
members - An array of objects, one for each account that's associated with the master account and meets the
criteria specified by the onlyAssociated request parameter.ListMembersResponse.Builder members(Member... members)
An array of objects, one for each account that's associated with the master account and meets the criteria specified by the onlyAssociated request parameter.
members - An array of objects, one for each account that's associated with the master account and meets the
criteria specified by the onlyAssociated request parameter.ListMembersResponse.Builder members(Consumer<Member.Builder>... members)
An array of objects, one for each account that's associated with the master account and meets the criteria specified by the onlyAssociated request parameter.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #members(List) .members - a consumer that will call methods on List.Builder #members(List) 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 © 2020. All rights reserved.