@Stability(value=Stable) public static final class CfnUserProfile.CustomImageProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnUserProfile.CustomImageProperty>
CfnUserProfile.CustomImageProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnUserProfile.CustomImageProperty.Builder |
appImageConfigName(String appImageConfigName)
Sets the value of
CfnUserProfile.CustomImageProperty.getAppImageConfigName() |
CfnUserProfile.CustomImageProperty |
build()
Builds the configured instance.
|
CfnUserProfile.CustomImageProperty.Builder |
imageName(String imageName)
Sets the value of
CfnUserProfile.CustomImageProperty.getImageName() |
CfnUserProfile.CustomImageProperty.Builder |
imageVersionNumber(Number imageVersionNumber)
Sets the value of
CfnUserProfile.CustomImageProperty.getImageVersionNumber() |
@Stability(value=Stable) public CfnUserProfile.CustomImageProperty.Builder appImageConfigName(String appImageConfigName)
CfnUserProfile.CustomImageProperty.getAppImageConfigName()appImageConfigName - `CfnUserProfile.CustomImageProperty.AppImageConfigName`. This parameter is required.this@Stability(value=Stable) public CfnUserProfile.CustomImageProperty.Builder imageName(String imageName)
CfnUserProfile.CustomImageProperty.getImageName()imageName - `CfnUserProfile.CustomImageProperty.ImageName`. This parameter is required.this@Stability(value=Stable) public CfnUserProfile.CustomImageProperty.Builder imageVersionNumber(Number imageVersionNumber)
CfnUserProfile.CustomImageProperty.getImageVersionNumber()imageVersionNumber - `CfnUserProfile.CustomImageProperty.ImageVersionNumber`.this@Stability(value=Stable) public CfnUserProfile.CustomImageProperty build()
build in interface software.amazon.jsii.Builder<CfnUserProfile.CustomImageProperty>CfnUserProfile.CustomImagePropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.