public static interface CreateStreamingImageRequest.Builder extends NimbleRequest.Builder, SdkPojo, CopyableBuilder<CreateStreamingImageRequest.Builder,CreateStreamingImageRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateStreamingImageRequest.Builder |
clientToken(String clientToken)
To make an idempotent API request using one of these actions, specify a client token in the request.
|
CreateStreamingImageRequest.Builder |
description(String description)
A human-readable description of the streaming image.
|
CreateStreamingImageRequest.Builder |
ec2ImageId(String ec2ImageId)
The ID of an EC2 machine image with which to create this streaming image.
|
CreateStreamingImageRequest.Builder |
name(String name)
A friendly name for a streaming image resource.
|
CreateStreamingImageRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateStreamingImageRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateStreamingImageRequest.Builder |
studioId(String studioId)
The studio ID.
|
CreateStreamingImageRequest.Builder |
tags(Map<String,String> tags)
A collection of labels, in the form of key:value pairs, that apply to this resource.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateStreamingImageRequest.Builder clientToken(String clientToken)
To make an idempotent API request using one of these actions, specify a client token in the request. You should not reuse the same client token for other API requests. If you retry a request that completed successfully using the same client token and the same parameters, the retry succeeds without performing any further actions. If you retry a successful request using the same client token, but one or more of the parameters are different, the retry fails with a ValidationException error.
clientToken - To make an idempotent API request using one of these actions, specify a client token in the request.
You should not reuse the same client token for other API requests. If you retry a request that
completed successfully using the same client token and the same parameters, the retry succeeds without
performing any further actions. If you retry a successful request using the same client token, but one
or more of the parameters are different, the retry fails with a ValidationException error.CreateStreamingImageRequest.Builder description(String description)
A human-readable description of the streaming image.
description - A human-readable description of the streaming image.CreateStreamingImageRequest.Builder ec2ImageId(String ec2ImageId)
The ID of an EC2 machine image with which to create this streaming image.
ec2ImageId - The ID of an EC2 machine image with which to create this streaming image.CreateStreamingImageRequest.Builder name(String name)
A friendly name for a streaming image resource.
name - A friendly name for a streaming image resource.CreateStreamingImageRequest.Builder studioId(String studioId)
The studio ID.
studioId - The studio ID.CreateStreamingImageRequest.Builder tags(Map<String,String> tags)
A collection of labels, in the form of key:value pairs, that apply to this resource.
tags - A collection of labels, in the form of key:value pairs, that apply to this resource.CreateStreamingImageRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateStreamingImageRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.