public static interface CreateCustomAvailabilityZoneRequest.Builder extends RdsRequest.Builder, SdkPojo, CopyableBuilder<CreateCustomAvailabilityZoneRequest.Builder,CreateCustomAvailabilityZoneRequest>
Modifier and Type | Method and Description |
---|---|
CreateCustomAvailabilityZoneRequest.Builder |
customAvailabilityZoneName(String customAvailabilityZoneName)
The name of the custom Availability Zone (AZ).
|
CreateCustomAvailabilityZoneRequest.Builder |
existingVpnId(String existingVpnId)
The ID of an existing virtual private network (VPN) between the Amazon RDS website and the VMware vSphere
cluster.
|
CreateCustomAvailabilityZoneRequest.Builder |
newVpnTunnelName(String newVpnTunnelName)
The name of a new VPN tunnel between the Amazon RDS website and the VMware vSphere cluster.
|
CreateCustomAvailabilityZoneRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateCustomAvailabilityZoneRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateCustomAvailabilityZoneRequest.Builder |
vpnTunnelOriginatorIP(String vpnTunnelOriginatorIP)
The IP address of network traffic from your on-premises data center.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
CreateCustomAvailabilityZoneRequest.Builder customAvailabilityZoneName(String customAvailabilityZoneName)
The name of the custom Availability Zone (AZ).
customAvailabilityZoneName
- The name of the custom Availability Zone (AZ).CreateCustomAvailabilityZoneRequest.Builder existingVpnId(String existingVpnId)
The ID of an existing virtual private network (VPN) between the Amazon RDS website and the VMware vSphere cluster.
existingVpnId
- The ID of an existing virtual private network (VPN) between the Amazon RDS website and the VMware
vSphere cluster.CreateCustomAvailabilityZoneRequest.Builder newVpnTunnelName(String newVpnTunnelName)
The name of a new VPN tunnel between the Amazon RDS website and the VMware vSphere cluster.
Specify this parameter only if ExistingVpnId
isn't specified.
newVpnTunnelName
- The name of a new VPN tunnel between the Amazon RDS website and the VMware vSphere cluster.
Specify this parameter only if ExistingVpnId
isn't specified.
CreateCustomAvailabilityZoneRequest.Builder vpnTunnelOriginatorIP(String vpnTunnelOriginatorIP)
The IP address of network traffic from your on-premises data center. A custom AZ receives the network traffic.
Specify this parameter only if ExistingVpnId
isn't specified.
vpnTunnelOriginatorIP
- The IP address of network traffic from your on-premises data center. A custom AZ receives the network
traffic.
Specify this parameter only if ExistingVpnId
isn't specified.
CreateCustomAvailabilityZoneRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
CreateCustomAvailabilityZoneRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.