Interface GetVpnConnectionDeviceTypesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetVpnConnectionDeviceTypesRequest.Builder,GetVpnConnectionDeviceTypesRequest>,Ec2Request.Builder,SdkBuilder<GetVpnConnectionDeviceTypesRequest.Builder,GetVpnConnectionDeviceTypesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetVpnConnectionDeviceTypesRequest
@Mutable @NotThreadSafe public static interface GetVpnConnectionDeviceTypesRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<GetVpnConnectionDeviceTypesRequest.Builder,GetVpnConnectionDeviceTypesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetVpnConnectionDeviceTypesRequest.BuilderdryRun(Boolean dryRun)Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.GetVpnConnectionDeviceTypesRequest.BuildermaxResults(Integer maxResults)The maximum number of results returned byGetVpnConnectionDeviceTypesin paginated output.GetVpnConnectionDeviceTypesRequest.BuildernextToken(String nextToken)TheNextTokenvalue returned from a previous paginatedGetVpnConnectionDeviceTypesrequest whereMaxResultswas used and the results exceeded the value of that parameter.GetVpnConnectionDeviceTypesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetVpnConnectionDeviceTypesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
maxResults
GetVpnConnectionDeviceTypesRequest.Builder maxResults(Integer maxResults)
The maximum number of results returned by
GetVpnConnectionDeviceTypesin paginated output. When this parameter is used,GetVpnConnectionDeviceTypesonly returnsMaxResultsresults in a single page along with aNextTokenresponse element. The remaining results of the initial request can be seen by sending anotherGetVpnConnectionDeviceTypesrequest with the returnedNextTokenvalue. This value can be between 200 and 1000. If this parameter is not used, thenGetVpnConnectionDeviceTypesreturns all results.- Parameters:
maxResults- The maximum number of results returned byGetVpnConnectionDeviceTypesin paginated output. When this parameter is used,GetVpnConnectionDeviceTypesonly returnsMaxResultsresults in a single page along with aNextTokenresponse element. The remaining results of the initial request can be seen by sending anotherGetVpnConnectionDeviceTypesrequest with the returnedNextTokenvalue. This value can be between 200 and 1000. If this parameter is not used, thenGetVpnConnectionDeviceTypesreturns all results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
GetVpnConnectionDeviceTypesRequest.Builder nextToken(String nextToken)
The
NextTokenvalue returned from a previous paginatedGetVpnConnectionDeviceTypesrequest whereMaxResultswas used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned theNextTokenvalue. This value is null when there are no more results to return.- Parameters:
nextToken- TheNextTokenvalue returned from a previous paginatedGetVpnConnectionDeviceTypesrequest whereMaxResultswas used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned theNextTokenvalue. This value is null when there are no more results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dryRun
GetVpnConnectionDeviceTypesRequest.Builder dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it isUnauthorizedOperation.- Parameters:
dryRun- Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response isDryRunOperation. Otherwise, it isUnauthorizedOperation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetVpnConnectionDeviceTypesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetVpnConnectionDeviceTypesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-