| Package | Description |
|---|---|
| software.amazon.awscdk.services.servicediscovery |
Amazon ECS Service Discovery Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static IpInstanceProps.Builder |
IpInstanceProps.builder() |
IpInstanceProps.Builder |
IpInstanceProps.Builder.customAttributes(Map<String,String> customAttributes)
Sets the value of
BaseInstanceProps.getCustomAttributes() |
IpInstanceProps.Builder |
IpInstanceProps.Builder.instanceId(String instanceId)
Sets the value of
BaseInstanceProps.getInstanceId() |
IpInstanceProps.Builder |
IpInstanceProps.Builder.ipv4(String ipv4)
Sets the value of
IpInstanceBaseProps.getIpv4() |
IpInstanceProps.Builder |
IpInstanceProps.Builder.ipv6(String ipv6)
Sets the value of
IpInstanceBaseProps.getIpv6() |
IpInstanceProps.Builder |
IpInstanceProps.Builder.port(Number port)
Sets the value of
IpInstanceBaseProps.getPort() |
IpInstanceProps.Builder |
IpInstanceProps.Builder.service(IService service)
Sets the value of
IpInstanceProps.getService() |
| Constructor and Description |
|---|
Jsii$Proxy(IpInstanceProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
IpInstanceProps.Builder. |
Copyright © 2022. All rights reserved.