Cloneable
, ReadLimitInfo
, ToCopyableBuilder<CreateVpnGatewayRequest.Builder,CreateVpnGatewayRequest>
@Generated("software.amazon.awssdk:codegen") public class CreateVpnGatewayRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<CreateVpnGatewayRequest.Builder,CreateVpnGatewayRequest>
Contains the parameters for CreateVpnGateway.
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreateVpnGatewayRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
availabilityZone() |
The Availability Zone for the virtual private gateway.
|
static CreateVpnGatewayRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends CreateVpnGatewayRequest.Builder> |
serializableBuilderClass() |
|
CreateVpnGatewayRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
type() |
The type of VPN connection this virtual private gateway supports.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String availabilityZone()
The Availability Zone for the virtual private gateway.
public String type()
The type of VPN connection this virtual private gateway supports.
GatewayType
public CreateVpnGatewayRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateVpnGatewayRequest.Builder,CreateVpnGatewayRequest>
public static CreateVpnGatewayRequest.Builder builder()
public static Class<? extends CreateVpnGatewayRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.