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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
isDiagnosticsEventsEnabledIndicates 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.
 
- 
isHealthMonitoringEnabledIndicates 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.
 
- 
isIncidentLogsEnabledIndicates 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.
 
 
-