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