@Stability(value=Stable) public static final class CfnStreamingImageProps.Builder extends Object implements software.amazon.jsii.Builder<CfnStreamingImageProps>
CfnStreamingImageProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnStreamingImageProps |
build()
Builds the configured instance.
|
CfnStreamingImageProps.Builder |
description(String description)
Sets the value of
CfnStreamingImageProps.getDescription() |
CfnStreamingImageProps.Builder |
ec2ImageId(String ec2ImageId)
Sets the value of
CfnStreamingImageProps.getEc2ImageId() |
CfnStreamingImageProps.Builder |
name(String name)
Sets the value of
CfnStreamingImageProps.getName() |
CfnStreamingImageProps.Builder |
studioId(String studioId)
Sets the value of
CfnStreamingImageProps.getStudioId() |
CfnStreamingImageProps.Builder |
tags(Map<String,String> tags)
Sets the value of
CfnStreamingImageProps.getTags() |
@Stability(value=Stable) public CfnStreamingImageProps.Builder ec2ImageId(String ec2ImageId)
CfnStreamingImageProps.getEc2ImageId()ec2ImageId - The ID of an EC2 machine image with which to create the streaming image. This parameter is required.this@Stability(value=Stable) public CfnStreamingImageProps.Builder name(String name)
CfnStreamingImageProps.getName()name - A friendly name for a streaming image resource. This parameter is required.this@Stability(value=Stable) public CfnStreamingImageProps.Builder studioId(String studioId)
CfnStreamingImageProps.getStudioId()studioId - The unique identifier for a studio resource. This parameter is required.
In Nimble Studio , all other resources are contained in a studio resource.this@Stability(value=Stable) public CfnStreamingImageProps.Builder description(String description)
CfnStreamingImageProps.getDescription()description - A human-readable description of the streaming image.this@Stability(value=Stable) public CfnStreamingImageProps.Builder tags(Map<String,String> tags)
CfnStreamingImageProps.getTags()tags - An array of key-value pairs to apply to this resource.
For more information, see Tag .this@Stability(value=Stable) public CfnStreamingImageProps build()
build in interface software.amazon.jsii.Builder<CfnStreamingImageProps>CfnStreamingImagePropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.