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