Uses of Class
software.amazon.awscdk.services.pcs.CfnCluster.EndpointProperty.Builder
Packages that use CfnCluster.EndpointProperty.Builder
-
Uses of CfnCluster.EndpointProperty.Builder in software.amazon.awscdk.services.pcs
Methods in software.amazon.awscdk.services.pcs that return CfnCluster.EndpointProperty.BuilderModifier and TypeMethodDescriptionCfnCluster.EndpointProperty.builder()
CfnCluster.EndpointProperty.Builder.ipv6Address
(String ipv6Address) Sets the value ofCfnCluster.EndpointProperty.getIpv6Address()
Sets the value ofCfnCluster.EndpointProperty.getPort()
CfnCluster.EndpointProperty.Builder.privateIpAddress
(String privateIpAddress) Sets the value ofCfnCluster.EndpointProperty.getPrivateIpAddress()
CfnCluster.EndpointProperty.Builder.publicIpAddress
(String publicIpAddress) Sets the value ofCfnCluster.EndpointProperty.getPublicIpAddress()
Sets the value ofCfnCluster.EndpointProperty.getType()
Constructors in software.amazon.awscdk.services.pcs with parameters of type CfnCluster.EndpointProperty.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnCluster.EndpointProperty.Builder
.