public static interface ListMembersRequest.Builder extends DetectiveRequest.Builder, SdkPojo, CopyableBuilder<ListMembersRequest.Builder,ListMembersRequest>
| Modifier and Type | Method and Description |
|---|---|
ListMembersRequest.Builder |
graphArn(String graphArn)
The ARN of the behavior graph for which to retrieve the list of member accounts.
|
ListMembersRequest.Builder |
maxResults(Integer maxResults)
The maximum number of member accounts to include in the response.
|
ListMembersRequest.Builder |
nextToken(String nextToken)
For requests to retrieve the next page of member account results, the pagination token that was returned with
the previous page of results.
|
ListMembersRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListMembersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListMembersRequest.Builder graphArn(String graphArn)
The ARN of the behavior graph for which to retrieve the list of member accounts.
graphArn - The ARN of the behavior graph for which to retrieve the list of member accounts.ListMembersRequest.Builder nextToken(String nextToken)
For requests to retrieve the next page of member account results, the pagination token that was returned with the previous page of results. The initial request does not include a pagination token.
nextToken - For requests to retrieve the next page of member account results, the pagination token that was
returned with the previous page of results. The initial request does not include a pagination token.ListMembersRequest.Builder maxResults(Integer maxResults)
The maximum number of member accounts to include in the response. The total must be less than the overall limit on the number of results to return, which is currently 200.
maxResults - The maximum number of member accounts to include in the response. The total must be less than the
overall limit on the number of results to return, which is currently 200.ListMembersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListMembersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.