public static interface ListReportPlansRequest.Builder extends BackupRequest.Builder, SdkPojo, CopyableBuilder<ListReportPlansRequest.Builder,ListReportPlansRequest>
| Modifier and Type | Method and Description |
|---|---|
ListReportPlansRequest.Builder |
maxResults(Integer maxResults)
The number of desired results from 1 to 1000.
|
ListReportPlansRequest.Builder |
nextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the
next set of items in the list.
|
ListReportPlansRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListReportPlansRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListReportPlansRequest.Builder maxResults(Integer maxResults)
The number of desired results from 1 to 1000. Optional. If unspecified, the query will return 1 MB of data.
maxResults - The number of desired results from 1 to 1000. Optional. If unspecified, the query will return 1 MB of
data.ListReportPlansRequest.Builder nextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
nextToken - An identifier that was returned from the previous call to this operation, which can be used to return
the next set of items in the list.ListReportPlansRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListReportPlansRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.