public static final class CfnStreamingImage.Builder
extends java.lang.Object
CfnStreamingImage
.Modifier and Type | Method and Description |
---|---|
CfnStreamingImage |
build() |
static CfnStreamingImage.Builder |
create(Construct scope,
java.lang.String id) |
CfnStreamingImage.Builder |
description(java.lang.String description)
A human-readable description of the streaming image.
|
CfnStreamingImage.Builder |
ec2ImageId(java.lang.String ec2ImageId)
The ID of an EC2 machine image with which to create the streaming image.
|
CfnStreamingImage.Builder |
name(java.lang.String name)
A friendly name for a streaming image resource.
|
CfnStreamingImage.Builder |
studioId(java.lang.String studioId)
The unique identifier for a studio resource.
|
CfnStreamingImage.Builder |
tags(java.util.Map<java.lang.String,java.lang.String> tags)
An array of key-value pairs to apply to this resource.
|
public static CfnStreamingImage.Builder create(Construct scope, java.lang.String id)
scope
- - scope in which this resource is defined. This parameter is required.id
- - scoped id of the resource. This parameter is required.CfnStreamingImage.StreamingImageEncryptionConfigurationProperty.Builder
.public CfnStreamingImage.Builder ec2ImageId(java.lang.String ec2ImageId)
ec2ImageId
- The ID of an EC2 machine image with which to create the streaming image. This parameter is required.this
public CfnStreamingImage.Builder name(java.lang.String name)
name
- A friendly name for a streaming image resource. This parameter is required.this
public CfnStreamingImage.Builder studioId(java.lang.String studioId)
In Nimble Studio , all other resources are contained in a studio resource.
studioId
- The unique identifier for a studio resource. This parameter is required.this
public CfnStreamingImage.Builder description(java.lang.String description)
description
- A human-readable description of the streaming image. This parameter is required.this
public CfnStreamingImage.Builder tags(java.util.Map<java.lang.String,java.lang.String> tags)
For more information, see Tag .
tags
- An array of key-value pairs to apply to this resource. This parameter is required.this
public CfnStreamingImage build()