public static interface ListSinksRequest.Builder extends OamRequest.Builder, SdkPojo, CopyableBuilder<ListSinksRequest.Builder,ListSinksRequest>
| Modifier and Type | Method and Description |
|---|---|
ListSinksRequest.Builder |
maxResults(Integer maxResults)
Limits the number of returned links to the specified number.
|
ListSinksRequest.Builder |
nextToken(String nextToken)
The token for the next set of items to return.
|
ListSinksRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListSinksRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSinksRequest.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.ListSinksRequest.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.ListSinksRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListSinksRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.