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