public static interface GetVpnConnectionDeviceTypesResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<GetVpnConnectionDeviceTypesResponse.Builder,GetVpnConnectionDeviceTypesResponse>
| Modifier and Type | Method and Description |
|---|---|
GetVpnConnectionDeviceTypesResponse.Builder |
nextToken(String nextToken)
The
NextToken value to include in a future GetVpnConnectionDeviceTypes request. |
GetVpnConnectionDeviceTypesResponse.Builder |
vpnConnectionDeviceTypes(Collection<VpnConnectionDeviceType> vpnConnectionDeviceTypes)
List of customer gateway devices that have a sample configuration file available for use.
|
GetVpnConnectionDeviceTypesResponse.Builder |
vpnConnectionDeviceTypes(Consumer<VpnConnectionDeviceType.Builder>... vpnConnectionDeviceTypes)
List of customer gateway devices that have a sample configuration file available for use.
|
GetVpnConnectionDeviceTypesResponse.Builder |
vpnConnectionDeviceTypes(VpnConnectionDeviceType... vpnConnectionDeviceTypes)
List of customer gateway devices that have a sample configuration file available for use.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetVpnConnectionDeviceTypesResponse.Builder vpnConnectionDeviceTypes(Collection<VpnConnectionDeviceType> vpnConnectionDeviceTypes)
List of customer gateway devices that have a sample configuration file available for use.
vpnConnectionDeviceTypes - List of customer gateway devices that have a sample configuration file available for use.GetVpnConnectionDeviceTypesResponse.Builder vpnConnectionDeviceTypes(VpnConnectionDeviceType... vpnConnectionDeviceTypes)
List of customer gateway devices that have a sample configuration file available for use.
vpnConnectionDeviceTypes - List of customer gateway devices that have a sample configuration file available for use.GetVpnConnectionDeviceTypesResponse.Builder vpnConnectionDeviceTypes(Consumer<VpnConnectionDeviceType.Builder>... vpnConnectionDeviceTypes)
List of customer gateway devices that have a sample configuration file available for use.
This is a convenience method that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #vpnConnectionDeviceTypes(List) .vpnConnectionDeviceTypes - a consumer that will call methods on List.Builder #vpnConnectionDeviceTypes(List) GetVpnConnectionDeviceTypesResponse.Builder nextToken(String nextToken)
The NextToken value to include in a future GetVpnConnectionDeviceTypes request.
When the results of a GetVpnConnectionDeviceTypes request exceed MaxResults, this
value can be used to retrieve the next page of results. This value is null when there are no more results to
return.
nextToken - The NextToken value to include in a future GetVpnConnectionDeviceTypes
request. When the results of a GetVpnConnectionDeviceTypes request exceed
MaxResults, this value can be used to retrieve the next page of results. This value is
null when there are no more results to return.Copyright © 2022. All rights reserved.