public static interface ListMembersRequest.Builder extends Macie2Request.Builder, SdkPojo, CopyableBuilder<ListMembersRequest.Builder,ListMembersRequest>
| Modifier and Type | Method and Description |
|---|---|
ListMembersRequest.Builder |
maxResults(Integer maxResults)
The maximum number of items to include in each page of a paginated response.
|
ListMembersRequest.Builder |
nextToken(String nextToken)
The nextToken string that specifies which page of results to return in a paginated response.
|
ListMembersRequest.Builder |
onlyAssociated(String onlyAssociated)
Specifies which accounts to include in the response, based on the status of an account's relationship with
the master account.
|
ListMembersRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListMembersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListMembersRequest.Builder maxResults(Integer maxResults)
The maximum number of items to include in each page of a paginated response.
maxResults - The maximum number of items to include in each page of a paginated response.ListMembersRequest.Builder nextToken(String nextToken)
The nextToken string that specifies which page of results to return in a paginated response.
nextToken - The nextToken string that specifies which page of results to return in a paginated response.ListMembersRequest.Builder onlyAssociated(String onlyAssociated)
Specifies which accounts to include in the response, based on the status of an account's relationship with the master account. By default, the response includes only current member accounts. To include all accounts, set the value for this parameter to false.
onlyAssociated - Specifies which accounts to include in the response, based on the status of an account's relationship
with the master account. By default, the response includes only current member accounts. To include
all accounts, set the value for this parameter to false.ListMembersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListMembersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.