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