@Stability(value=Stable) public static final class CfnServerlessClusterProps.Builder extends Object implements software.amazon.jsii.Builder<CfnServerlessClusterProps>
CfnServerlessClusterProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnServerlessClusterProps.Builder clientAuthentication(IResolvable clientAuthentication)
CfnServerlessClusterProps.getClientAuthentication()clientAuthentication - Specifies client authentication information for the serverless cluster. This parameter is required.this@Stability(value=Stable) public CfnServerlessClusterProps.Builder clientAuthentication(CfnServerlessCluster.ClientAuthenticationProperty clientAuthentication)
CfnServerlessClusterProps.getClientAuthentication()clientAuthentication - Specifies client authentication information for the serverless cluster. This parameter is required.this@Stability(value=Stable) public CfnServerlessClusterProps.Builder clusterName(String clusterName)
CfnServerlessClusterProps.getClusterName()clusterName - The name of the serverless cluster. This parameter is required.this@Stability(value=Stable) public CfnServerlessClusterProps.Builder vpcConfigs(IResolvable vpcConfigs)
CfnServerlessClusterProps.getVpcConfigs()vpcConfigs - VPC configuration information. This parameter is required.this@Stability(value=Stable) public CfnServerlessClusterProps.Builder vpcConfigs(List<? extends Object> vpcConfigs)
CfnServerlessClusterProps.getVpcConfigs()vpcConfigs - VPC configuration information. This parameter is required.this@Stability(value=Stable) public CfnServerlessClusterProps.Builder tags(Map<String,String> tags)
CfnServerlessClusterProps.getTags()tags - A map of key:value pairs to apply to this serverless cluster.this@Stability(value=Stable) public CfnServerlessClusterProps build()
build in interface software.amazon.jsii.Builder<CfnServerlessClusterProps>CfnServerlessClusterPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.