@Stability(value=Stable) public static final class ServerlessClusterAttributes.Builder extends Object implements software.amazon.jsii.Builder<ServerlessClusterAttributes>
ServerlessClusterAttributes| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public ServerlessClusterAttributes.Builder clusterIdentifier(String clusterIdentifier)
ServerlessClusterAttributes.getClusterIdentifier()clusterIdentifier - Identifier for the cluster. This parameter is required.this@Stability(value=Stable) public ServerlessClusterAttributes.Builder clusterEndpointAddress(String clusterEndpointAddress)
ServerlessClusterAttributes.getClusterEndpointAddress()clusterEndpointAddress - Cluster endpoint address.this@Stability(value=Stable) public ServerlessClusterAttributes.Builder port(Number port)
ServerlessClusterAttributes.getPort()port - The database port.this@Stability(value=Stable) public ServerlessClusterAttributes.Builder readerEndpointAddress(String readerEndpointAddress)
ServerlessClusterAttributes.getReaderEndpointAddress()readerEndpointAddress - Reader endpoint address.this@Stability(value=Stable) public ServerlessClusterAttributes.Builder secret(ISecret secret)
ServerlessClusterAttributes.getSecret()secret - The secret attached to the database cluster.this@Stability(value=Stable) public ServerlessClusterAttributes.Builder securityGroups(List<? extends ISecurityGroup> securityGroups)
ServerlessClusterAttributes.getSecurityGroups()securityGroups - The security groups of the database cluster.this@Stability(value=Stable) public ServerlessClusterAttributes build()
build in interface software.amazon.jsii.Builder<ServerlessClusterAttributes>ServerlessClusterAttributesNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.