public static interface DescribeAccountPreferencesRequest.Builder extends EfsRequest.Builder, SdkPojo, CopyableBuilder<DescribeAccountPreferencesRequest.Builder,DescribeAccountPreferencesRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeAccountPreferencesRequest.Builder |
maxResults(Integer maxResults)
(Optional) When retrieving account preferences, you can optionally specify the
MaxItems
parameter to limit the number of objects returned in a response. |
DescribeAccountPreferencesRequest.Builder |
nextToken(String nextToken)
(Optional) You can use
NextToken in a subsequent request to fetch the next page of Amazon Web
Services account preferences if the response payload was paginated. |
DescribeAccountPreferencesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeAccountPreferencesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAccountPreferencesRequest.Builder nextToken(String nextToken)
(Optional) You can use NextToken in a subsequent request to fetch the next page of Amazon Web
Services account preferences if the response payload was paginated.
nextToken - (Optional) You can use NextToken in a subsequent request to fetch the next page of Amazon
Web Services account preferences if the response payload was paginated.DescribeAccountPreferencesRequest.Builder maxResults(Integer maxResults)
(Optional) When retrieving account preferences, you can optionally specify the MaxItems
parameter to limit the number of objects returned in a response. The default value is 100.
maxResults - (Optional) When retrieving account preferences, you can optionally specify the MaxItems
parameter to limit the number of objects returned in a response. The default value is 100.DescribeAccountPreferencesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeAccountPreferencesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.