@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.117Z") @Stability(value=Stable) public interface BaseInstanceProps extends software.amazon.jsii.JsiiSerializable
Example:
// 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.*;
BaseInstanceProps baseInstanceProps = BaseInstanceProps.builder()
.customAttributes(Map.of(
"customAttributesKey", "customAttributes"))
.instanceId("instanceId")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
BaseInstanceProps.Builder
A builder for
BaseInstanceProps |
static class |
BaseInstanceProps.Jsii$Proxy
An implementation for
BaseInstanceProps |
| Modifier and Type | Method and Description |
|---|---|
static BaseInstanceProps.Builder |
builder() |
default Map<String,String> |
getCustomAttributes()
Custom attributes of the instance.
|
default String |
getInstanceId()
The id of the instance resource.
|
@Stability(value=Stable) @Nullable default Map<String,String> getCustomAttributes()
Default: none
@Stability(value=Stable) @Nullable default String getInstanceId()
Default: Automatically generated name
@Stability(value=Stable) static BaseInstanceProps.Builder builder()
BaseInstanceProps.Builder of BaseInstancePropsCopyright © 2022. All rights reserved.