public static interface ListSubscribersRequest.Builder extends SecurityLakeRequest.Builder, SdkPojo, CopyableBuilder<ListSubscribersRequest.Builder,ListSubscribersRequest>
| Modifier and Type | Method and Description |
|---|---|
ListSubscribersRequest.Builder |
maxResults(Integer maxResults)
The maximum number of accounts for which the configuration is displayed.
|
ListSubscribersRequest.Builder |
nextToken(String nextToken)
If nextToken is returned, there are more results available.
|
ListSubscribersRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListSubscribersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSubscribersRequest.Builder maxResults(Integer maxResults)
The maximum number of accounts for which the configuration is displayed.
maxResults - The maximum number of accounts for which the configuration is displayed.ListSubscribersRequest.Builder nextToken(String nextToken)
If nextToken is returned, there are more results available. You can repeat the call using the returned token to retrieve the next page.
nextToken - If nextToken is returned, there are more results available. You can repeat the call using the returned
token to retrieve the next page.ListSubscribersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListSubscribersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.