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