@Stability(value=Stable)
public static interface CfnUserProfile.CustomImageProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.sagemaker.*;
CustomImageProperty customImageProperty = CustomImageProperty.builder()
.appImageConfigName("appImageConfigName")
.imageName("imageName")
// the properties below are optional
.imageVersionNumber(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnUserProfile.CustomImageProperty.Builder
A builder for
CfnUserProfile.CustomImageProperty |
static class |
CfnUserProfile.CustomImageProperty.Jsii$Proxy
An implementation for
CfnUserProfile.CustomImageProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnUserProfile.CustomImageProperty.Builder |
builder() |
String |
getAppImageConfigName()
`CfnUserProfile.CustomImageProperty.AppImageConfigName`.
|
String |
getImageName()
`CfnUserProfile.CustomImageProperty.ImageName`.
|
default Number |
getImageVersionNumber()
`CfnUserProfile.CustomImageProperty.ImageVersionNumber`.
|
@Stability(value=Stable) @NotNull String getAppImageConfigName()
@Stability(value=Stable) @NotNull String getImageName()
@Stability(value=Stable) @Nullable default Number getImageVersionNumber()
@Stability(value=Stable) static CfnUserProfile.CustomImageProperty.Builder builder()
Copyright © 2021. All rights reserved.