LoadBalancerPrivateFrontend.DefinitionStages.WithAvailabilityZone<ParentT> Interface

Type Parameters

ParentT

the stage of the parent definition to return to after attaching this definition

public static interface LoadBalancerPrivateFrontend.DefinitionStages.WithAvailabilityZone

The stage of a private frontend definition allowing to specify availability zone.

Method Summary

Modifier and Type Method and Description
abstract WithAttach<ParentT> withAvailabilityZone(AvailabilityZoneId zoneId)

Specifies the availability zone for the private frontend.

Method Details

withAvailabilityZone

public abstract LoadBalancerPrivateFrontend.DefinitionStages.WithAttach withAvailabilityZone(AvailabilityZoneId zoneId)

Specifies the availability zone for the private frontend.

Parameters:

zoneId - the zone identifier.

Returns:

the next stage of the definition

Applies to