@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:38.023Z") @Stability(value=Stable) public interface DatabaseInstanceAttributes 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.docdb.*;
DatabaseInstanceAttributes databaseInstanceAttributes = DatabaseInstanceAttributes.builder()
.instanceEndpointAddress("instanceEndpointAddress")
.instanceIdentifier("instanceIdentifier")
.port(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
DatabaseInstanceAttributes.Builder
A builder for
DatabaseInstanceAttributes |
static class |
DatabaseInstanceAttributes.Jsii$Proxy
An implementation for
DatabaseInstanceAttributes |
| Modifier and Type | Method and Description |
|---|---|
static DatabaseInstanceAttributes.Builder |
builder() |
String |
getInstanceEndpointAddress()
The endpoint address.
|
String |
getInstanceIdentifier()
The instance identifier.
|
Number |
getPort()
The database port.
|
@Stability(value=Stable) @NotNull String getInstanceEndpointAddress()
@Stability(value=Stable) @NotNull String getInstanceIdentifier()
@Stability(value=Stable) @NotNull Number getPort()
@Stability(value=Stable) static DatabaseInstanceAttributes.Builder builder()
DatabaseInstanceAttributes.Builder of DatabaseInstanceAttributesCopyright © 2022. All rights reserved.