public static interface ListMemberAccountsRequest.Builder extends FmsRequest.Builder, SdkPojo, CopyableBuilder<ListMemberAccountsRequest.Builder,ListMemberAccountsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListMemberAccountsRequest.Builder |
maxResults(Integer maxResults)
Specifies the number of member account IDs that you want Firewall Manager to return for this request.
|
ListMemberAccountsRequest.Builder |
nextToken(String nextToken)
If you specify a value for
MaxResults and you have more account IDs than the number that you
specify for MaxResults, Firewall Manager returns a NextToken value in the response
that allows you to list another group of IDs. |
ListMemberAccountsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListMemberAccountsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListMemberAccountsRequest.Builder nextToken(String nextToken)
If you specify a value for MaxResults and you have more account IDs than the number that you
specify for MaxResults, Firewall Manager returns a NextToken value in the response
that allows you to list another group of IDs. For the second and subsequent
ListMemberAccountsRequest requests, specify the value of NextToken from the
previous response to get information about another batch of member account IDs.
nextToken - If you specify a value for MaxResults and you have more account IDs than the number that
you specify for MaxResults, Firewall Manager returns a NextToken value in
the response that allows you to list another group of IDs. For the second and subsequent
ListMemberAccountsRequest requests, specify the value of NextToken from the
previous response to get information about another batch of member account IDs.ListMemberAccountsRequest.Builder maxResults(Integer maxResults)
Specifies the number of member account IDs that you want Firewall Manager to return for this request. If you
have more IDs than the number that you specify for MaxResults, the response includes a
NextToken value that you can use to get another batch of member account IDs.
maxResults - Specifies the number of member account IDs that you want Firewall Manager to return for this request.
If you have more IDs than the number that you specify for MaxResults, the response
includes a NextToken value that you can use to get another batch of member account IDs.ListMemberAccountsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListMemberAccountsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.