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