@Stability(value=Stable) public static final class CfnCluster.ClusterLoggingProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnCluster.ClusterLoggingProperty>
CfnCluster.ClusterLoggingProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnCluster.ClusterLoggingProperty |
build()
Builds the configured instance.
|
CfnCluster.ClusterLoggingProperty.Builder |
enabledTypes(IResolvable enabledTypes)
Sets the value of
CfnCluster.ClusterLoggingProperty.getEnabledTypes() |
CfnCluster.ClusterLoggingProperty.Builder |
enabledTypes(List<? extends Object> enabledTypes)
Sets the value of
CfnCluster.ClusterLoggingProperty.getEnabledTypes() |
@Stability(value=Stable) public CfnCluster.ClusterLoggingProperty.Builder enabledTypes(IResolvable enabledTypes)
CfnCluster.ClusterLoggingProperty.getEnabledTypes()enabledTypes - The enabled control plane logs for your cluster. All log types are disabled if the array is empty.
When updating a resource, you must include this
EnabledTypesproperty if the previous CloudFormation template of the resource had it.
this@Stability(value=Stable) public CfnCluster.ClusterLoggingProperty.Builder enabledTypes(List<? extends Object> enabledTypes)
CfnCluster.ClusterLoggingProperty.getEnabledTypes()enabledTypes - The enabled control plane logs for your cluster. All log types are disabled if the array is empty.
When updating a resource, you must include this
EnabledTypesproperty if the previous CloudFormation template of the resource had it.
this@Stability(value=Stable) public CfnCluster.ClusterLoggingProperty build()
build in interface software.amazon.jsii.Builder<CfnCluster.ClusterLoggingProperty>CfnCluster.ClusterLoggingPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.