public static interface UpdateStreamingImageRequest.Builder extends NimbleRequest.Builder, SdkPojo, CopyableBuilder<UpdateStreamingImageRequest.Builder,UpdateStreamingImageRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateStreamingImageRequest.Builder |
clientToken(String clientToken)
To make an idempotent API request using one of these actions, specify a client token in 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)
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.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 © 2021. All rights reserved.