@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:19.258Z") @Stability(value=Stable) public interface NonIpInstanceBaseProps extends software.amazon.jsii.JsiiSerializable, BaseInstanceProps
// 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.*;
NonIpInstanceBaseProps nonIpInstanceBaseProps = NonIpInstanceBaseProps.builder()
.customAttributes(Map.of(
"customAttributesKey", "customAttributes"))
.instanceId("instanceId")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
NonIpInstanceBaseProps.Builder
A builder for
NonIpInstanceBaseProps |
static class |
NonIpInstanceBaseProps.Jsii$Proxy
An implementation for
NonIpInstanceBaseProps |
| Modifier and Type | Method and Description |
|---|---|
static NonIpInstanceBaseProps.Builder |
builder() |
getCustomAttributes, getInstanceId@Stability(value=Stable) static NonIpInstanceBaseProps.Builder builder()
builder in interface BaseInstancePropsNonIpInstanceBaseProps.Builder of NonIpInstanceBasePropsCopyright © 2021. All rights reserved.