public static interface GetConnectorsRequest.Builder extends SmsRequest.Builder, SdkPojo, CopyableBuilder<GetConnectorsRequest.Builder,GetConnectorsRequest>
| Modifier and Type | Method and Description |
|---|---|
GetConnectorsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
GetConnectorsRequest.Builder |
nextToken(String nextToken)
The token for the next set of results.
|
GetConnectorsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetConnectorsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetConnectorsRequest.Builder nextToken(String nextToken)
The token for the next set of results.
nextToken - The token for the next set of results.GetConnectorsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in a single call. The default value is 50. To retrieve the remaining
results, make another call with the returned NextToken value.
maxResults - The maximum number of results to return in a single call. The default value is 50. To retrieve the
remaining results, make another call with the returned NextToken value.GetConnectorsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetConnectorsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.