Interface GetVpnConnectionDeviceTypesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetVpnConnectionDeviceTypesResponse.Builder,GetVpnConnectionDeviceTypesResponse>,Ec2Response.Builder,SdkBuilder<GetVpnConnectionDeviceTypesResponse.Builder,GetVpnConnectionDeviceTypesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetVpnConnectionDeviceTypesResponse
public static interface GetVpnConnectionDeviceTypesResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<GetVpnConnectionDeviceTypesResponse.Builder,GetVpnConnectionDeviceTypesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetVpnConnectionDeviceTypesResponse.BuildernextToken(String nextToken)TheNextTokenvalue to include in a futureGetVpnConnectionDeviceTypesrequest.GetVpnConnectionDeviceTypesResponse.BuildervpnConnectionDeviceTypes(Collection<VpnConnectionDeviceType> vpnConnectionDeviceTypes)List of customer gateway devices that have a sample configuration file available for use.GetVpnConnectionDeviceTypesResponse.BuildervpnConnectionDeviceTypes(Consumer<VpnConnectionDeviceType.Builder>... vpnConnectionDeviceTypes)List of customer gateway devices that have a sample configuration file available for use.GetVpnConnectionDeviceTypesResponse.BuildervpnConnectionDeviceTypes(VpnConnectionDeviceType... vpnConnectionDeviceTypes)List of customer gateway devices that have a sample configuration file available for use.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
vpnConnectionDeviceTypes
GetVpnConnectionDeviceTypesResponse.Builder vpnConnectionDeviceTypes(Collection<VpnConnectionDeviceType> vpnConnectionDeviceTypes)
List of customer gateway devices that have a sample configuration file available for use.
- Parameters:
vpnConnectionDeviceTypes- List of customer gateway devices that have a sample configuration file available for use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpnConnectionDeviceTypes
GetVpnConnectionDeviceTypesResponse.Builder vpnConnectionDeviceTypes(VpnConnectionDeviceType... vpnConnectionDeviceTypes)
List of customer gateway devices that have a sample configuration file available for use.
- Parameters:
vpnConnectionDeviceTypes- List of customer gateway devices that have a sample configuration file available for use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpnConnectionDeviceTypes
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 theVpnConnectionDeviceType.Builderavoiding the need to create one manually viaVpnConnectionDeviceType.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#vpnConnectionDeviceTypes(List.) - Parameters:
vpnConnectionDeviceTypes- a consumer that will call methods onVpnConnectionDeviceType.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#vpnConnectionDeviceTypes(java.util.Collection)
-
nextToken
GetVpnConnectionDeviceTypesResponse.Builder nextToken(String nextToken)
The
NextTokenvalue to include in a futureGetVpnConnectionDeviceTypesrequest. When the results of aGetVpnConnectionDeviceTypesrequest exceedMaxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.- Parameters:
nextToken- TheNextTokenvalue to include in a futureGetVpnConnectionDeviceTypesrequest. When the results of aGetVpnConnectionDeviceTypesrequest exceedMaxResults, this value can be used to retrieve the next page of results. 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.
-
-