@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.157Z") @Stability(value=Stable) public interface NonIpInstanceProps extends software.amazon.jsii.JsiiSerializable, NonIpInstanceBaseProps
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.servicediscovery.*;
Service service;
NonIpInstanceProps nonIpInstanceProps = NonIpInstanceProps.builder()
.service(service)
// the properties below are optional
.customAttributes(Map.of(
"customAttributesKey", "customAttributes"))
.instanceId("instanceId")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
NonIpInstanceProps.Builder
A builder for
NonIpInstanceProps |
static class |
NonIpInstanceProps.Jsii$Proxy
An implementation for
NonIpInstanceProps |
| Modifier and Type | Method and Description |
|---|---|
static NonIpInstanceProps.Builder |
builder() |
IService |
getService()
The Cloudmap service this resource is registered to.
|
getCustomAttributes, getInstanceId@Stability(value=Stable) @NotNull IService getService()
@Stability(value=Stable) static NonIpInstanceProps.Builder builder()
builder in interface BaseInstancePropsbuilder in interface NonIpInstanceBasePropsNonIpInstanceProps.Builder of NonIpInstancePropsCopyright © 2022. All rights reserved.