public static interface GetVpnConnectionDeviceTypesRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<GetVpnConnectionDeviceTypesRequest.Builder,GetVpnConnectionDeviceTypesRequest>
| Modifier and Type | Method and Description |
|---|---|
GetVpnConnectionDeviceTypesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results returned by
GetVpnConnectionDeviceTypes in paginated output. |
GetVpnConnectionDeviceTypesRequest.Builder |
nextToken(String nextToken)
The
NextToken value returned from a previous paginated GetVpnConnectionDeviceTypes
request where MaxResults was used and the results exceeded the value of that parameter. |
GetVpnConnectionDeviceTypesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetVpnConnectionDeviceTypesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetVpnConnectionDeviceTypesRequest.Builder maxResults(Integer maxResults)
The maximum number of results returned by GetVpnConnectionDeviceTypes in paginated output. When
this parameter is used, GetVpnConnectionDeviceTypes only returns MaxResults results
in a single page along with a NextToken response element. The remaining results of the initial
request can be seen by sending another GetVpnConnectionDeviceTypes request with the returned
NextToken value. This value can be between 200 and 1000. If this parameter is not used, then
GetVpnConnectionDeviceTypes returns all results.
maxResults - The maximum number of results returned by GetVpnConnectionDeviceTypes in paginated
output. When this parameter is used, GetVpnConnectionDeviceTypes only returns
MaxResults results in a single page along with a NextToken response element.
The remaining results of the initial request can be seen by sending another
GetVpnConnectionDeviceTypes request with the returned NextToken value. This
value can be between 200 and 1000. If this parameter is not used, then
GetVpnConnectionDeviceTypes returns all results.GetVpnConnectionDeviceTypesRequest.Builder nextToken(String nextToken)
The NextToken value returned from a previous paginated GetVpnConnectionDeviceTypes
request where MaxResults was used and the results exceeded the value of that parameter.
Pagination continues from the end of the previous results that returned the NextToken value.
This value is null when there are no more results to return.
nextToken - The NextToken value returned from a previous paginated
GetVpnConnectionDeviceTypes request where MaxResults was used and the
results exceeded the value of that parameter. Pagination continues from the end of the previous
results that returned the NextToken value. This value is null when there are no more
results to return.GetVpnConnectionDeviceTypesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetVpnConnectionDeviceTypesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.