public static interface ListFrameworksRequest.Builder extends BackupRequest.Builder, SdkPojo, CopyableBuilder<ListFrameworksRequest.Builder,ListFrameworksRequest>
| Modifier and Type | Method and Description |
|---|---|
ListFrameworksRequest.Builder |
maxResults(Integer maxResults)
The number of desired results from 1 to 1000.
|
ListFrameworksRequest.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.
|
ListFrameworksRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListFrameworksRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListFrameworksRequest.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.ListFrameworksRequest.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.ListFrameworksRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListFrameworksRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.