public static interface ListTargetResourceTypesRequest.Builder extends FisRequest.Builder, SdkPojo, CopyableBuilder<ListTargetResourceTypesRequest.Builder,ListTargetResourceTypesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListTargetResourceTypesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
ListTargetResourceTypesRequest.Builder |
nextToken(String nextToken)
The token for the next page of results.
|
ListTargetResourceTypesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTargetResourceTypesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTargetResourceTypesRequest.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.ListTargetResourceTypesRequest.Builder nextToken(String nextToken)
The token for the next page of results.
nextToken - The token for the next page of results.ListTargetResourceTypesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListTargetResourceTypesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.