@Stability(value=Stable) public static final class CfnServerlessCluster.Builder extends Object implements software.amazon.jsii.Builder<CfnServerlessCluster>
CfnServerlessCluster.| Modifier and Type | Method and Description |
|---|---|
CfnServerlessCluster |
build() |
CfnServerlessCluster.Builder |
clientAuthentication(CfnServerlessCluster.ClientAuthenticationProperty clientAuthentication)
Specifies client authentication information for the serverless cluster.
|
CfnServerlessCluster.Builder |
clientAuthentication(IResolvable clientAuthentication)
Specifies client authentication information for the serverless cluster.
|
CfnServerlessCluster.Builder |
clusterName(String clusterName)
The name of the serverless cluster.
|
static CfnServerlessCluster.Builder |
create(Construct scope,
String id) |
CfnServerlessCluster.Builder |
tags(Map<String,String> tags)
A map of key:value pairs to apply to this serverless cluster.
|
CfnServerlessCluster.Builder |
vpcConfigs(IResolvable vpcConfigs)
VPC configuration information.
|
CfnServerlessCluster.Builder |
vpcConfigs(List<? extends Object> vpcConfigs)
VPC configuration information.
|
@Stability(value=Stable) public static CfnServerlessCluster.Builder create(Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnServerlessCluster.ClientAuthenticationProperty.Builder.@Stability(value=Stable) public CfnServerlessCluster.Builder clientAuthentication(IResolvable clientAuthentication)
clientAuthentication - Specifies client authentication information for the serverless cluster. This parameter is required.this@Stability(value=Stable) public CfnServerlessCluster.Builder clientAuthentication(CfnServerlessCluster.ClientAuthenticationProperty clientAuthentication)
clientAuthentication - Specifies client authentication information for the serverless cluster. This parameter is required.this@Stability(value=Stable) public CfnServerlessCluster.Builder clusterName(String clusterName)
clusterName - The name of the serverless cluster. This parameter is required.this@Stability(value=Stable) public CfnServerlessCluster.Builder vpcConfigs(IResolvable vpcConfigs)
vpcConfigs - VPC configuration information. This parameter is required.this@Stability(value=Stable) public CfnServerlessCluster.Builder vpcConfigs(List<? extends Object> vpcConfigs)
vpcConfigs - VPC configuration information. This parameter is required.this@Stability(value=Stable) public CfnServerlessCluster.Builder tags(Map<String,String> tags)
tags - A map of key:value pairs to apply to this serverless cluster. This parameter is required.this@Stability(value=Stable) public CfnServerlessCluster build()
build in interface software.amazon.jsii.Builder<CfnServerlessCluster>Copyright © 2022. All rights reserved.