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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateStreamingImageRequest.BuilderclientToken(String clientToken)Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.CreateStreamingImageRequest.Builderdescription(String description)A human-readable description of the streaming image.CreateStreamingImageRequest.Builderec2ImageId(String ec2ImageId)The ID of an EC2 machine image with which to create this streaming image.CreateStreamingImageRequest.Buildername(String name)A friendly name for a streaming image resource.CreateStreamingImageRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateStreamingImageRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateStreamingImageRequest.BuilderstudioId(String studioId)The studio ID.CreateStreamingImageRequest.Buildertags(Map<String,String> tags)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
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.nimble.model.NimbleRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
clientToken
CreateStreamingImageRequest.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 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
CreateStreamingImageRequest.Builder description(String 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
CreateStreamingImageRequest.Builder ec2ImageId(String 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
CreateStreamingImageRequest.Builder name(String 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
CreateStreamingImageRequest.Builder studioId(String 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
CreateStreamingImageRequest.Builder tags(Map<String,String> 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateStreamingImageRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-