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)
Add an optional request override configuration.
|
GetConnectorsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, 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)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.GetConnectorsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.