public static interface CreateStreamingImageRequest.Builder extends NimbleRequest.Builder, SdkPojo, CopyableBuilder<CreateStreamingImageRequest.Builder,CreateStreamingImageRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateStreamingImageRequest.Builder |
clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of 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)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the AWS SDK automatically generates a client token and uses it for the request to ensure idempotency.
clientToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you
don’t specify a client token, the AWS SDK automatically generates a client token and uses it for the
request to ensure idempotency.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 © 2022. All rights reserved.