Interface StreamKey.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<StreamKey.Builder,,StreamKey> SdkBuilder<StreamKey.Builder,,StreamKey> SdkPojo
- Enclosing class:
 StreamKey
public static interface StreamKey.Builder
extends SdkPojo, CopyableBuilder<StreamKey.Builder,StreamKey> 
- 
Method Summary
Modifier and TypeMethodDescriptionStream-key ARN.channelArn(String channelArn) Channel ARN for the stream.Tags attached to the resource.Stream-key value.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
arn
Stream-key ARN.
- Parameters:
 arn- Stream-key ARN.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
channelArn
Channel ARN for the stream.
- Parameters:
 channelArn- Channel ARN for the stream.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
tags
Tags attached to the resource. Array of 1-50 maps, each of the form
string:string (key:value). See Best practices and strategies in Tagging Amazon Web Services Resources and Tag Editor for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is documented there.- Parameters:
 tags- Tags attached to the resource. Array of 1-50 maps, each of the formstring:string (key:value). See Best practices and strategies in Tagging Amazon Web Services Resources and Tag Editor for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is documented there.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
value
Stream-key value.
- Parameters:
 value- Stream-key value.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -