Interface DataCollectionOptions.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DataCollectionOptions.Builder,
,DataCollectionOptions> SdkBuilder<DataCollectionOptions.Builder,
,DataCollectionOptions> SdkPojo
- Enclosing class:
DataCollectionOptions
@Mutable
@NotThreadSafe
public static interface DataCollectionOptions.Builder
extends SdkPojo, CopyableBuilder<DataCollectionOptions.Builder,DataCollectionOptions>
-
Method Summary
Modifier and TypeMethodDescriptionisDiagnosticsEventsEnabled
(Boolean isDiagnosticsEventsEnabled) Indicates whether diagnostic collection is enabled for the VM cluster.isHealthMonitoringEnabled
(Boolean isHealthMonitoringEnabled) Indicates whether health monitoring is enabled for the VM cluster.isIncidentLogsEnabled
(Boolean isIncidentLogsEnabled) Indicates whether incident logs are enabled for the cloud VM cluster.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
isDiagnosticsEventsEnabled
Indicates whether diagnostic collection is enabled for the VM cluster.
- Parameters:
isDiagnosticsEventsEnabled
- Indicates whether diagnostic collection is enabled for the VM cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isHealthMonitoringEnabled
Indicates whether health monitoring is enabled for the VM cluster.
- Parameters:
isHealthMonitoringEnabled
- Indicates whether health monitoring is enabled for the VM cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isIncidentLogsEnabled
Indicates whether incident logs are enabled for the cloud VM cluster.
- Parameters:
isIncidentLogsEnabled
- Indicates whether incident logs are enabled for the cloud VM cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-