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