public static interface ListManagedResourcesRequest.Builder extends ArcZonalShiftRequest.Builder, SdkPojo, CopyableBuilder<ListManagedResourcesRequest.Builder,ListManagedResourcesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListManagedResourcesRequest.Builder |
maxResults(Integer maxResults)
The number of objects that you want to return with this call.
|
ListManagedResourcesRequest.Builder |
nextToken(String nextToken)
Specifies that you want to receive the next page of results.
|
ListManagedResourcesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListManagedResourcesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListManagedResourcesRequest.Builder maxResults(Integer maxResults)
The number of objects that you want to return with this call.
maxResults - The number of objects that you want to return with this call.ListManagedResourcesRequest.Builder nextToken(String nextToken)
Specifies that you want to receive the next page of results. Valid only if you received a
NextToken response in the previous request. If you did, it indicates that more output is
available. Set this parameter to the value provided by the previous call's NextToken response to
request the next page of results.
nextToken - Specifies that you want to receive the next page of results. Valid only if you received a
NextToken response in the previous request. If you did, it indicates that more output is
available. Set this parameter to the value provided by the previous call's NextToken
response to request the next page of results.ListManagedResourcesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListManagedResourcesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.