StreamingImage.Builder |
StreamingImage.Builder.arn(String arn) |
The Amazon Resource Name (ARN) that is assigned to a studio resource and uniquely identifies it.
|
static StreamingImage.Builder |
StreamingImage.builder() |
|
StreamingImage.Builder |
StreamingImage.Builder.description(String description) |
A human-readable description of the streaming image.
|
StreamingImage.Builder |
StreamingImage.Builder.ec2ImageId(String ec2ImageId) |
The ID of an EC2 machine image with which to create the streaming image.
|
default StreamingImage.Builder |
StreamingImage.Builder.encryptionConfiguration(Consumer<StreamingImageEncryptionConfiguration.Builder> encryptionConfiguration) |
The encryption configuration.
|
StreamingImage.Builder |
StreamingImage.Builder.encryptionConfiguration(StreamingImageEncryptionConfiguration encryptionConfiguration) |
The encryption configuration.
|
StreamingImage.Builder |
StreamingImage.Builder.eulaIds(String... eulaIds) |
The list of EULAs that must be accepted before a Streaming Session can be started using this streaming image.
|
StreamingImage.Builder |
StreamingImage.Builder.eulaIds(Collection<String> eulaIds) |
The list of EULAs that must be accepted before a Streaming Session can be started using this streaming image.
|
StreamingImage.Builder |
StreamingImage.Builder.name(String name) |
A friendly name for a streaming image resource.
|
StreamingImage.Builder |
StreamingImage.Builder.owner(String owner) |
The owner of the streaming image, either the studioId that contains the streaming image, or
amazon for images that are provided by Amazon Nimble Studio.
|
StreamingImage.Builder |
StreamingImage.Builder.platform(String platform) |
The platform of the streaming image, either Windows or Linux.
|
StreamingImage.Builder |
StreamingImage.Builder.state(String state) |
The current state.
|
StreamingImage.Builder |
StreamingImage.Builder.state(StreamingImageState state) |
The current state.
|
StreamingImage.Builder |
StreamingImage.Builder.statusCode(String statusCodeValue) |
The status code.
|
StreamingImage.Builder |
StreamingImage.Builder.statusCode(StreamingImageStatusCode statusCodeValue) |
The status code.
|
StreamingImage.Builder |
StreamingImage.Builder.statusMessage(String statusMessage) |
The status message for the streaming image.
|
StreamingImage.Builder |
StreamingImage.Builder.streamingImageId(String streamingImageId) |
The ID of the streaming image.
|
StreamingImage.Builder |
StreamingImage.Builder.tags(Map<String,String> tags) |
A collection of labels, in the form of key-value pairs, that apply to this resource.
|
StreamingImage.Builder |
StreamingImage.toBuilder() |
|