Class CfnCloudVmClusterPropsMixin.DataCollectionOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.odb.CfnCloudVmClusterPropsMixin.DataCollectionOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCloudVmClusterPropsMixin.DataCollectionOptionsProperty>
- Enclosing interface:
CfnCloudVmClusterPropsMixin.DataCollectionOptionsProperty
@Stability(Stable)
public static final class CfnCloudVmClusterPropsMixin.DataCollectionOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCloudVmClusterPropsMixin.DataCollectionOptionsProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.isDiagnosticsEventsEnabled(Boolean isDiagnosticsEventsEnabled) isDiagnosticsEventsEnabled(IResolvable isDiagnosticsEventsEnabled) isHealthMonitoringEnabled(Boolean isHealthMonitoringEnabled) isHealthMonitoringEnabled(IResolvable isHealthMonitoringEnabled) isIncidentLogsEnabled(Boolean isIncidentLogsEnabled) isIncidentLogsEnabled(IResolvable isIncidentLogsEnabled)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
isDiagnosticsEventsEnabled
@Stability(Stable) public CfnCloudVmClusterPropsMixin.DataCollectionOptionsProperty.Builder isDiagnosticsEventsEnabled(Boolean isDiagnosticsEventsEnabled) Sets the value ofCfnCloudVmClusterPropsMixin.DataCollectionOptionsProperty.getIsDiagnosticsEventsEnabled()- Parameters:
isDiagnosticsEventsEnabled- Specifies whether diagnostic collection is enabled for the VM cluster.- Returns:
this
-
isDiagnosticsEventsEnabled
@Stability(Stable) public CfnCloudVmClusterPropsMixin.DataCollectionOptionsProperty.Builder isDiagnosticsEventsEnabled(IResolvable isDiagnosticsEventsEnabled) Sets the value ofCfnCloudVmClusterPropsMixin.DataCollectionOptionsProperty.getIsDiagnosticsEventsEnabled()- Parameters:
isDiagnosticsEventsEnabled- Specifies whether diagnostic collection is enabled for the VM cluster.- Returns:
this
-
isHealthMonitoringEnabled
@Stability(Stable) public CfnCloudVmClusterPropsMixin.DataCollectionOptionsProperty.Builder isHealthMonitoringEnabled(Boolean isHealthMonitoringEnabled) Sets the value ofCfnCloudVmClusterPropsMixin.DataCollectionOptionsProperty.getIsHealthMonitoringEnabled()- Parameters:
isHealthMonitoringEnabled- Specifies whether health monitoring is enabled for the VM cluster.- Returns:
this
-
isHealthMonitoringEnabled
@Stability(Stable) public CfnCloudVmClusterPropsMixin.DataCollectionOptionsProperty.Builder isHealthMonitoringEnabled(IResolvable isHealthMonitoringEnabled) Sets the value ofCfnCloudVmClusterPropsMixin.DataCollectionOptionsProperty.getIsHealthMonitoringEnabled()- Parameters:
isHealthMonitoringEnabled- Specifies whether health monitoring is enabled for the VM cluster.- Returns:
this
-
isIncidentLogsEnabled
@Stability(Stable) public CfnCloudVmClusterPropsMixin.DataCollectionOptionsProperty.Builder isIncidentLogsEnabled(Boolean isIncidentLogsEnabled) Sets the value ofCfnCloudVmClusterPropsMixin.DataCollectionOptionsProperty.getIsIncidentLogsEnabled()- Parameters:
isIncidentLogsEnabled- Specifies whether incident logs are enabled for the VM cluster.- Returns:
this
-
isIncidentLogsEnabled
@Stability(Stable) public CfnCloudVmClusterPropsMixin.DataCollectionOptionsProperty.Builder isIncidentLogsEnabled(IResolvable isIncidentLogsEnabled) Sets the value ofCfnCloudVmClusterPropsMixin.DataCollectionOptionsProperty.getIsIncidentLogsEnabled()- Parameters:
isIncidentLogsEnabled- Specifies whether incident logs are enabled for the VM cluster.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnCloudVmClusterPropsMixin.DataCollectionOptionsProperty>- Returns:
- a new instance of
CfnCloudVmClusterPropsMixin.DataCollectionOptionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-