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