Interface WindowsFsrmConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<WindowsFsrmConfiguration.Builder,,WindowsFsrmConfiguration> SdkBuilder<WindowsFsrmConfiguration.Builder,,WindowsFsrmConfiguration> SdkPojo
- Enclosing class:
WindowsFsrmConfiguration
-
Method Summary
Modifier and TypeMethodDescriptioneventLogDestination(String eventLogDestination) The Amazon Resource Name (ARN) for the destination of the FSRM event logs.fsrmServiceEnabled(Boolean fsrmServiceEnabled) Specifies whether FSRM is enabled or disabled on the file system.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
fsrmServiceEnabled
Specifies whether FSRM is enabled or disabled on the file system. When
TRUE, the FSRM service is enabled and monitor file operations according to configured policies. WhenFALSEor omitted, FSRM is disabled. The default value isFALSE.- Parameters:
fsrmServiceEnabled- Specifies whether FSRM is enabled or disabled on the file system. WhenTRUE, the FSRM service is enabled and monitor file operations according to configured policies. WhenFALSEor omitted, FSRM is disabled. The default value isFALSE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventLogDestination
The Amazon Resource Name (ARN) for the destination of the FSRM event logs. The destination can be any Amazon CloudWatch Logs log group ARN or Amazon Kinesis Data Firehose delivery stream ARN.
The name of the Amazon CloudWatch Logs log group must begin with the
/aws/fsxprefix. The name of the Amazon Kinesis Data Firehose delivery stream must begin with theaws-fsxprefix.The destination ARN (either CloudWatch Logs log group or Kinesis Data Firehose delivery stream) must be in the same Amazon Web Services partition, Amazon Web Services Region, and Amazon Web Services account as your Amazon FSx file system.
- Parameters:
eventLogDestination- The Amazon Resource Name (ARN) for the destination of the FSRM event logs. The destination can be any Amazon CloudWatch Logs log group ARN or Amazon Kinesis Data Firehose delivery stream ARN.The name of the Amazon CloudWatch Logs log group must begin with the
/aws/fsxprefix. The name of the Amazon Kinesis Data Firehose delivery stream must begin with theaws-fsxprefix.The destination ARN (either CloudWatch Logs log group or Kinesis Data Firehose delivery stream) must be in the same Amazon Web Services partition, Amazon Web Services Region, and Amazon Web Services account as your Amazon FSx file system.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-