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