Uses of Class
software.amazon.awscdk.services.rds.DatabaseClusterAttributes.Builder
Package
Description
Amazon Relational Database Service Construct Library
-
Uses of DatabaseClusterAttributes.Builder in software.amazon.awscdk.services.rds
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.engine
(IClusterEngine engine) Sets the value ofDatabaseClusterAttributes.getEngine()
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.securityGroups
(List<? extends ISecurityGroup> securityGroups) Sets the value ofDatabaseClusterAttributes.getSecurityGroups()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theDatabaseClusterAttributes.Builder
.