@Stability(value=Stable) public static final class CfnImageProps.Builder extends Object implements software.amazon.jsii.Builder<CfnImageProps>
CfnImageProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnImageProps |
build()
Builds the configured instance.
|
CfnImageProps.Builder |
imageDescription(String imageDescription)
Sets the value of
CfnImageProps.getImageDescription() |
CfnImageProps.Builder |
imageDisplayName(String imageDisplayName)
Sets the value of
CfnImageProps.getImageDisplayName() |
CfnImageProps.Builder |
imageName(String imageName)
Sets the value of
CfnImageProps.getImageName() |
CfnImageProps.Builder |
imageRoleArn(String imageRoleArn)
Sets the value of
CfnImageProps.getImageRoleArn() |
CfnImageProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnImageProps.getTags() |
@Stability(value=Stable) public CfnImageProps.Builder imageName(String imageName)
CfnImageProps.getImageName()imageName - `AWS::SageMaker::Image.ImageName`. This parameter is required.this@Stability(value=Stable) public CfnImageProps.Builder imageRoleArn(String imageRoleArn)
CfnImageProps.getImageRoleArn()imageRoleArn - `AWS::SageMaker::Image.ImageRoleArn`. This parameter is required.this@Stability(value=Stable) public CfnImageProps.Builder imageDescription(String imageDescription)
CfnImageProps.getImageDescription()imageDescription - `AWS::SageMaker::Image.ImageDescription`.this@Stability(value=Stable) public CfnImageProps.Builder imageDisplayName(String imageDisplayName)
CfnImageProps.getImageDisplayName()imageDisplayName - `AWS::SageMaker::Image.ImageDisplayName`.this@Stability(value=Stable) public CfnImageProps.Builder tags(List<? extends CfnTag> tags)
CfnImageProps.getTags()tags - `AWS::SageMaker::Image.Tags`.this@Stability(value=Stable) public CfnImageProps build()
build in interface software.amazon.jsii.Builder<CfnImageProps>CfnImagePropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.