Class CfnFileSystem.MetadataConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.fsx.CfnFileSystem.MetadataConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFileSystem.MetadataConfigurationProperty>
- Enclosing interface:
CfnFileSystem.MetadataConfigurationProperty
@Stability(Stable)
public static final class CfnFileSystem.MetadataConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFileSystem.MetadataConfigurationProperty>
A builder for
CfnFileSystem.MetadataConfigurationProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnFileSystem.MetadataConfigurationProperty.getIops()
Sets the value ofCfnFileSystem.MetadataConfigurationProperty.getMode()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
iops
Sets the value ofCfnFileSystem.MetadataConfigurationProperty.getIops()
- Parameters:
iops
- the value to be set.- Returns:
this
-
mode
Sets the value ofCfnFileSystem.MetadataConfigurationProperty.getMode()
- Parameters:
mode
- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnFileSystem.MetadataConfigurationProperty>
- Returns:
- a new instance of
CfnFileSystem.MetadataConfigurationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-