public static interface ListMemberAccountsRequest.Builder extends MacieRequest.Builder, SdkPojo, CopyableBuilder<ListMemberAccountsRequest.Builder,ListMemberAccountsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListMemberAccountsRequest.Builder |
maxResults(Integer maxResults)
Use this parameter to indicate the maximum number of items that you want in the response.
|
ListMemberAccountsRequest.Builder |
nextToken(String nextToken)
Use this parameter when paginating results.
|
ListMemberAccountsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListMemberAccountsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildListMemberAccountsRequest.Builder nextToken(String nextToken)
Use this parameter when paginating results. Set the value of this parameter to null on your first call to the ListMemberAccounts action. Subsequent calls to the action fill nextToken in the request with the value of nextToken from the previous response to continue listing data.
nextToken - Use this parameter when paginating results. Set the value of this parameter to null on your first call
to the ListMemberAccounts action. Subsequent calls to the action fill nextToken in the request with
the value of nextToken from the previous response to continue listing data.ListMemberAccountsRequest.Builder maxResults(Integer maxResults)
Use this parameter to indicate the maximum number of items that you want in the response. The default value is 250.
maxResults - Use this parameter to indicate the maximum number of items that you want in the response. The default
value is 250.ListMemberAccountsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ListMemberAccountsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.