public static interface ListMemberAccountsResponse.Builder extends MacieResponse.Builder, SdkPojo, CopyableBuilder<ListMemberAccountsResponse.Builder,ListMemberAccountsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListMemberAccountsResponse.Builder |
memberAccounts(Collection<MemberAccount> memberAccounts)
A list of the Amazon Macie member accounts returned by the action.
|
ListMemberAccountsResponse.Builder |
memberAccounts(Consumer<MemberAccount.Builder>... memberAccounts)
A list of the Amazon Macie member accounts returned by the action.
|
ListMemberAccountsResponse.Builder |
memberAccounts(MemberAccount... memberAccounts)
A list of the Amazon Macie member accounts returned by the action.
|
ListMemberAccountsResponse.Builder |
nextToken(String nextToken)
When a response is generated, if there is more data to be listed, this parameter is present in the response
and contains the value to use for the nextToken parameter in a subsequent pagination request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildListMemberAccountsResponse.Builder memberAccounts(Collection<MemberAccount> memberAccounts)
A list of the Amazon Macie member accounts returned by the action. The current master account is also included in this list.
memberAccounts - A list of the Amazon Macie member accounts returned by the action. The current master account is also
included in this list.ListMemberAccountsResponse.Builder memberAccounts(MemberAccount... memberAccounts)
A list of the Amazon Macie member accounts returned by the action. The current master account is also included in this list.
memberAccounts - A list of the Amazon Macie member accounts returned by the action. The current master account is also
included in this list.ListMemberAccountsResponse.Builder memberAccounts(Consumer<MemberAccount.Builder>... memberAccounts)
A list of the Amazon Macie member accounts returned by the action. The current master account is also included in this list.
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 #memberAccounts(List) .memberAccounts - a consumer that will call methods on List.Builder #memberAccounts(List) ListMemberAccountsResponse.Builder nextToken(String nextToken)
When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request. If there is no more data to be listed, this parameter is set to null.
nextToken - When a response is generated, if there is more data to be listed, this parameter is present in the
response and contains the value to use for the nextToken parameter in a subsequent pagination request.
If there is no more data to be listed, this parameter is set to null.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.