@Stability(value=Stable) public static final class DatabaseClusterAttributes.Builder extends Object implements software.amazon.jsii.Builder<DatabaseClusterAttributes>
DatabaseClusterAttributes| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public DatabaseClusterAttributes.Builder clusterIdentifier(String clusterIdentifier)
DatabaseClusterAttributes.getClusterIdentifier()clusterIdentifier - Identifier for the cluster. This parameter is required.this@Stability(value=Stable) public DatabaseClusterAttributes.Builder clusterEndpointAddress(String clusterEndpointAddress)
DatabaseClusterAttributes.getClusterEndpointAddress()clusterEndpointAddress - Cluster endpoint address.this@Stability(value=Stable) public DatabaseClusterAttributes.Builder instanceEndpointAddresses(List<String> instanceEndpointAddresses)
DatabaseClusterAttributes.getInstanceEndpointAddresses()instanceEndpointAddresses - Endpoint addresses of individual instances.this@Stability(value=Stable) public DatabaseClusterAttributes.Builder instanceIdentifiers(List<String> instanceIdentifiers)
DatabaseClusterAttributes.getInstanceIdentifiers()instanceIdentifiers - Identifier for the instances.this@Stability(value=Stable) public DatabaseClusterAttributes.Builder port(Number port)
DatabaseClusterAttributes.getPort()port - The database port.this@Stability(value=Stable) public DatabaseClusterAttributes.Builder readerEndpointAddress(String readerEndpointAddress)
DatabaseClusterAttributes.getReaderEndpointAddress()readerEndpointAddress - Reader endpoint address.this@Stability(value=Stable) public DatabaseClusterAttributes.Builder securityGroup(ISecurityGroup securityGroup)
DatabaseClusterAttributes.getSecurityGroup()securityGroup - The security group of the database cluster.this@Stability(value=Stable) public DatabaseClusterAttributes build()
build in interface software.amazon.jsii.Builder<DatabaseClusterAttributes>DatabaseClusterAttributesNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.