Interface CreateStreamingImageRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<CreateStreamingImageRequest.Builder,,CreateStreamingImageRequest> NimbleRequest.Builder,SdkBuilder<CreateStreamingImageRequest.Builder,,CreateStreamingImageRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 CreateStreamingImageRequest
public static interface CreateStreamingImageRequest.Builder
extends NimbleRequest.Builder, SdkPojo, CopyableBuilder<CreateStreamingImageRequest.Builder,CreateStreamingImageRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptionclientToken(String clientToken) Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.description(String description) A human-readable description of the streaming image.ec2ImageId(String ec2ImageId) The ID of an EC2 machine image with which to create this streaming image.A friendly name for a streaming image resource.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The studio ID.A collection of labels, in the form of key-value pairs, that apply to this resource.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.nimble.model.NimbleRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
clientToken
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency.
- Parameters:
 clientToken- Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
description
A human-readable description of the streaming image.
- Parameters:
 description- A human-readable description of the streaming image.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
ec2ImageId
The ID of an EC2 machine image with which to create this streaming image.
- Parameters:
 ec2ImageId- The ID of an EC2 machine image with which to create this streaming image.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
name
A friendly name for a streaming image resource.
- Parameters:
 name- A friendly name for a streaming image resource.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
studioId
The studio ID.
- Parameters:
 studioId- The studio ID.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
tags
A collection of labels, in the form of key-value pairs, that apply to this resource.
- Parameters:
 tags- A collection of labels, in the form of key-value pairs, that apply to this resource.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
overrideConfiguration
CreateStreamingImageRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
CreateStreamingImageRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -