Interface StreamKeySummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<StreamKeySummary.Builder,StreamKeySummary>,SdkBuilder<StreamKeySummary.Builder,StreamKeySummary>,SdkPojo
- Enclosing class:
- StreamKeySummary
public static interface StreamKeySummary.Builder extends SdkPojo, CopyableBuilder<StreamKeySummary.Builder,StreamKeySummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StreamKeySummary.Builderarn(String arn)Stream-key ARN.StreamKeySummary.BuilderchannelArn(String channelArn)Channel ARN for the stream.StreamKeySummary.Buildertags(Map<String,String> tags)Tags attached to the resource.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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
-
arn
StreamKeySummary.Builder arn(String 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
StreamKeySummary.Builder channelArn(String 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
StreamKeySummary.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.- Parameters:
tags- Tags attached to the resource. Array of 1-50 maps, each of the formstring: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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-