public static interface UpdateStreamingImageRequest.Builder extends NimbleRequest.Builder, SdkPojo, CopyableBuilder<UpdateStreamingImageRequest.Builder,UpdateStreamingImageRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateStreamingImageRequest.Builder |
clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
UpdateStreamingImageRequest.Builder |
description(String description)
The description.
|
UpdateStreamingImageRequest.Builder |
name(String name)
The name for the streaming image.
|
UpdateStreamingImageRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateStreamingImageRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateStreamingImageRequest.Builder |
streamingImageId(String streamingImageId)
The streaming image ID.
|
UpdateStreamingImageRequest.Builder |
studioId(String studioId)
The studio ID.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateStreamingImageRequest.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.UpdateStreamingImageRequest.Builder description(String description)
The description.
description - The description.UpdateStreamingImageRequest.Builder name(String name)
The name for the streaming image.
name - The name for the streaming image.UpdateStreamingImageRequest.Builder streamingImageId(String streamingImageId)
The streaming image ID.
streamingImageId - The streaming image ID.UpdateStreamingImageRequest.Builder studioId(String studioId)
The studio ID.
studioId - The studio ID.UpdateStreamingImageRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateStreamingImageRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.