public static interface ListLinksRequest.Builder extends OamRequest.Builder, SdkPojo, CopyableBuilder<ListLinksRequest.Builder,ListLinksRequest>
| Modifier and Type | Method and Description |
|---|---|
ListLinksRequest.Builder |
maxResults(Integer maxResults)
Limits the number of returned links to the specified number.
|
ListLinksRequest.Builder |
nextToken(String nextToken)
The token for the next set of items to return.
|
ListLinksRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListLinksRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListLinksRequest.Builder maxResults(Integer maxResults)
Limits the number of returned links to the specified number.
maxResults - Limits the number of returned links to the specified number.ListLinksRequest.Builder nextToken(String nextToken)
The token for the next set of items to return. You received this token from a previous call.
nextToken - The token for the next set of items to return. You received this token from a previous call.ListLinksRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListLinksRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.