Uses of Class
software.amazon.awscdk.services.globalaccelerator.AcceleratorProps.Builder
Package
Description
AWS::GlobalAccelerator Construct Library
-
Uses of AcceleratorProps.Builder in software.amazon.awscdk.services.globalaccelerator
Modifier and TypeMethodDescriptionAcceleratorProps.Builder.acceleratorName
(String acceleratorName) Sets the value ofAcceleratorProps.getAcceleratorName()
static AcceleratorProps.Builder
AcceleratorProps.builder()
Sets the value ofAcceleratorProps.getEnabled()
AcceleratorProps.Builder.ipAddresses
(List<String> ipAddresses) Sets the value ofAcceleratorProps.getIpAddresses()
AcceleratorProps.Builder.ipAddressType
(IpAddressType ipAddressType) Sets the value ofAcceleratorProps.getIpAddressType()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(AcceleratorProps.Builder builder) Constructor that initializes the object based on literal property values passed by theAcceleratorProps.Builder
.