public static interface ListResourceTypesRequest.Builder extends RamRequest.Builder, SdkPojo, CopyableBuilder<ListResourceTypesRequest.Builder,ListResourceTypesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListResourceTypesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
ListResourceTypesRequest.Builder |
nextToken(String nextToken)
The token for the next page of results.
|
ListResourceTypesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListResourceTypesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListResourceTypesRequest.Builder nextToken(String nextToken)
The token for the next page of results.
nextToken - The token for the next page of results.ListResourceTypesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return with a single call. To retrieve the remaining results, make another
call with the returned nextToken value.
maxResults - The maximum number of results to return with a single call. To retrieve the remaining results, make
another call with the returned nextToken value.ListResourceTypesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListResourceTypesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.