Class CfnFileSystem.FsrmConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.fsx.CfnFileSystem.FsrmConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFileSystem.FsrmConfigurationProperty>
- Enclosing interface:
CfnFileSystem.FsrmConfigurationProperty
@Stability(Stable)
public static final class CfnFileSystem.FsrmConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFileSystem.FsrmConfigurationProperty>
A builder for
CfnFileSystem.FsrmConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.eventLogDestination(String eventLogDestination) Sets the value ofCfnFileSystem.FsrmConfigurationProperty.getEventLogDestination()fsrmServiceEnabled(Boolean fsrmServiceEnabled) Sets the value ofCfnFileSystem.FsrmConfigurationProperty.getFsrmServiceEnabled()fsrmServiceEnabled(IResolvable fsrmServiceEnabled) Sets the value ofCfnFileSystem.FsrmConfigurationProperty.getFsrmServiceEnabled()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
fsrmServiceEnabled
@Stability(Stable) public CfnFileSystem.FsrmConfigurationProperty.Builder fsrmServiceEnabled(Boolean fsrmServiceEnabled) Sets the value ofCfnFileSystem.FsrmConfigurationProperty.getFsrmServiceEnabled()- Parameters:
fsrmServiceEnabled- the value to be set. This parameter is required.- Returns:
this
-
fsrmServiceEnabled
@Stability(Stable) public CfnFileSystem.FsrmConfigurationProperty.Builder fsrmServiceEnabled(IResolvable fsrmServiceEnabled) Sets the value ofCfnFileSystem.FsrmConfigurationProperty.getFsrmServiceEnabled()- Parameters:
fsrmServiceEnabled- the value to be set. This parameter is required.- Returns:
this
-
eventLogDestination
@Stability(Stable) public CfnFileSystem.FsrmConfigurationProperty.Builder eventLogDestination(String eventLogDestination) Sets the value ofCfnFileSystem.FsrmConfigurationProperty.getEventLogDestination()- Parameters:
eventLogDestination- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFileSystem.FsrmConfigurationProperty>- Returns:
- a new instance of
CfnFileSystem.FsrmConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-