Uses of Class
software.amazon.awscdk.services.docdb.DatabaseClusterAttributes.Builder
-
Uses of DatabaseClusterAttributes.Builder in software.amazon.awscdk.services.docdb
Modifier and TypeMethodDescriptionDatabaseClusterAttributes.builder()
DatabaseClusterAttributes.Builder.clusterEndpointAddress
(String clusterEndpointAddress) Sets the value ofDatabaseClusterAttributes.getClusterEndpointAddress()
DatabaseClusterAttributes.Builder.clusterIdentifier
(String clusterIdentifier) Sets the value ofDatabaseClusterAttributes.getClusterIdentifier()
DatabaseClusterAttributes.Builder.instanceEndpointAddresses
(List<String> instanceEndpointAddresses) Sets the value ofDatabaseClusterAttributes.getInstanceEndpointAddresses()
DatabaseClusterAttributes.Builder.instanceIdentifiers
(List<String> instanceIdentifiers) Sets the value ofDatabaseClusterAttributes.getInstanceIdentifiers()
Sets the value ofDatabaseClusterAttributes.getPort()
DatabaseClusterAttributes.Builder.readerEndpointAddress
(String readerEndpointAddress) Sets the value ofDatabaseClusterAttributes.getReaderEndpointAddress()
DatabaseClusterAttributes.Builder.securityGroup
(ISecurityGroup securityGroup) Sets the value ofDatabaseClusterAttributes.getSecurityGroup()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theDatabaseClusterAttributes.Builder
.