Uses of Class
software.amazon.awscdk.services.ecs.CfnService.ServiceConnectServiceProperty.Builder
Packages that use CfnService.ServiceConnectServiceProperty.Builder
-
Uses of CfnService.ServiceConnectServiceProperty.Builder in software.amazon.awscdk.services.ecs
Methods in software.amazon.awscdk.services.ecs that return CfnService.ServiceConnectServiceProperty.BuilderModifier and TypeMethodDescriptionCfnService.ServiceConnectServiceProperty.builder()CfnService.ServiceConnectServiceProperty.Builder.clientAliases(List<? extends Object> clientAliases) Sets the value ofCfnService.ServiceConnectServiceProperty.getClientAliases()CfnService.ServiceConnectServiceProperty.Builder.clientAliases(IResolvable clientAliases) Sets the value ofCfnService.ServiceConnectServiceProperty.getClientAliases()CfnService.ServiceConnectServiceProperty.Builder.discoveryName(String discoveryName) Sets the value ofCfnService.ServiceConnectServiceProperty.getDiscoveryName()CfnService.ServiceConnectServiceProperty.Builder.ingressPortOverride(Number ingressPortOverride) Sets the value ofCfnService.ServiceConnectServiceProperty.getIngressPortOverride()Sets the value ofCfnService.ServiceConnectServiceProperty.getPortName()CfnService.ServiceConnectServiceProperty.Builder.timeout(IResolvable timeout) Sets the value ofCfnService.ServiceConnectServiceProperty.getTimeout()CfnService.ServiceConnectServiceProperty.Builder.timeout(CfnService.TimeoutConfigurationProperty timeout) Sets the value ofCfnService.ServiceConnectServiceProperty.getTimeout()CfnService.ServiceConnectServiceProperty.Builder.tls(IResolvable tls) Sets the value ofCfnService.ServiceConnectServiceProperty.getTls()CfnService.ServiceConnectServiceProperty.Builder.tls(CfnService.ServiceConnectTlsConfigurationProperty tls) Sets the value ofCfnService.ServiceConnectServiceProperty.getTls()Constructors in software.amazon.awscdk.services.ecs with parameters of type CfnService.ServiceConnectServiceProperty.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnService.ServiceConnectServiceProperty.Builder.