public static interface StreamKey.Builder extends SdkPojo, CopyableBuilder<StreamKey.Builder,StreamKey>
| Modifier and Type | Method and Description |
|---|---|
StreamKey.Builder |
arn(String arn)
Stream-key ARN.
|
StreamKey.Builder |
channelArn(String channelArn)
Channel ARN for the stream.
|
StreamKey.Builder |
tags(Map<String,String> tags)
Tags attached to the resource.
|
StreamKey.Builder |
value(String value)
Stream-key value.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStreamKey.Builder arn(String arn)
Stream-key ARN.
arn - Stream-key ARN.StreamKey.Builder channelArn(String channelArn)
Channel ARN for the stream.
channelArn - Channel ARN for the stream.StreamKey.Builder tags(Map<String,String> tags)
Tags attached to the resource. Array of 1-50 maps, each of the form string:string (key:value).
See Tagging Amazon Web Services
Resources for more information, including restrictions that apply to tags and
"Tag naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is
documented there.
tags - Tags attached to the resource. Array of 1-50 maps, each of the form
string:string (key:value). See Tagging Amazon Web Services
Resources for more information, including restrictions that apply to tags and
"Tag naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is
documented there.StreamKey.Builder value(String value)
Stream-key value.
value - Stream-key value.Copyright © 2023. All rights reserved.