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) |
ListMemberAccountsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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)
overrideConfiguration in interface AwsRequest.BuilderListMemberAccountsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.