public static interface CustomAvailabilityZone.Builder extends SdkPojo, CopyableBuilder<CustomAvailabilityZone.Builder,CustomAvailabilityZone>
| Modifier and Type | Method and Description |
|---|---|
CustomAvailabilityZone.Builder |
customAvailabilityZoneId(String customAvailabilityZoneId)
The identifier of the custom AZ.
|
CustomAvailabilityZone.Builder |
customAvailabilityZoneName(String customAvailabilityZoneName)
The name of the custom AZ.
|
CustomAvailabilityZone.Builder |
customAvailabilityZoneStatus(String customAvailabilityZoneStatus)
The status of the custom AZ.
|
default CustomAvailabilityZone.Builder |
vpnDetails(Consumer<VpnDetails.Builder> vpnDetails)
Information about the virtual private network (VPN) between the VMware vSphere cluster and the AWS website.
|
CustomAvailabilityZone.Builder |
vpnDetails(VpnDetails vpnDetails)
Information about the virtual private network (VPN) between the VMware vSphere cluster and the AWS website.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCustomAvailabilityZone.Builder customAvailabilityZoneId(String customAvailabilityZoneId)
The identifier of the custom AZ.
Amazon RDS generates a unique identifier when a custom AZ is created.
customAvailabilityZoneId - The identifier of the custom AZ.
Amazon RDS generates a unique identifier when a custom AZ is created.
CustomAvailabilityZone.Builder customAvailabilityZoneName(String customAvailabilityZoneName)
The name of the custom AZ.
customAvailabilityZoneName - The name of the custom AZ.CustomAvailabilityZone.Builder customAvailabilityZoneStatus(String customAvailabilityZoneStatus)
The status of the custom AZ.
customAvailabilityZoneStatus - The status of the custom AZ.CustomAvailabilityZone.Builder vpnDetails(VpnDetails vpnDetails)
Information about the virtual private network (VPN) between the VMware vSphere cluster and the AWS website.
vpnDetails - Information about the virtual private network (VPN) between the VMware vSphere cluster and the AWS
website.default CustomAvailabilityZone.Builder vpnDetails(Consumer<VpnDetails.Builder> vpnDetails)
Information about the virtual private network (VPN) between the VMware vSphere cluster and the AWS website.
This is a convenience that creates an instance of theVpnDetails.Builder avoiding the need to create
one manually via VpnDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to vpnDetails(VpnDetails).vpnDetails - a consumer that will call methods on VpnDetails.BuildervpnDetails(VpnDetails)Copyright © 2021. All rights reserved.