Uses of Class
software.amazon.awscdk.services.neptune.alpha.DatabaseClusterAttributes.Builder
-
Uses of DatabaseClusterAttributes.Builder in software.amazon.awscdk.services.neptune.alpha
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.clusterResourceIdentifier
(String clusterResourceIdentifier) Sets the value ofDatabaseClusterAttributes.getClusterResourceIdentifier()
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
.