Uses of Class
software.amazon.awscdk.services.servicediscovery.IpInstanceBaseProps.Builder
Package
Description
Amazon ECS Service Discovery Construct Library
-
Uses of IpInstanceBaseProps.Builder in software.amazon.awscdk.services.servicediscovery
Modifier and TypeMethodDescriptionstatic IpInstanceBaseProps.Builder
IpInstanceBaseProps.builder()
IpInstanceBaseProps.Builder.customAttributes
(Map<String, String> customAttributes) Sets the value ofBaseInstanceProps.getCustomAttributes()
IpInstanceBaseProps.Builder.instanceId
(String instanceId) Sets the value ofBaseInstanceProps.getInstanceId()
Sets the value ofIpInstanceBaseProps.getIpv4()
Sets the value ofIpInstanceBaseProps.getIpv6()
Sets the value ofIpInstanceBaseProps.getPort()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(IpInstanceBaseProps.Builder builder) Constructor that initializes the object based on literal property values passed by theIpInstanceBaseProps.Builder
.