Interface EncoderConfigurationSummary.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<EncoderConfigurationSummary.Builder,,EncoderConfigurationSummary> SdkBuilder<EncoderConfigurationSummary.Builder,,EncoderConfigurationSummary> SdkPojo
- Enclosing class:
 EncoderConfigurationSummary
public static interface EncoderConfigurationSummary.Builder
extends SdkPojo, CopyableBuilder<EncoderConfigurationSummary.Builder,EncoderConfigurationSummary> 
- 
Method Summary
Modifier and TypeMethodDescriptionARN of the EncoderConfiguration resource.Optional name to identify the resource.Tags attached to the resource.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
ARN of the EncoderConfiguration resource.
- Parameters:
 arn- ARN of the EncoderConfiguration resource.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
name
Optional name to identify the resource.
- Parameters:
 name- Optional name to identify the resource.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
tags
Tags attached to the resource. Array of maps, each of the form
string:string (key:value). See Best practices and strategies in Tagging AWS Resources and Tag Editor for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no constraints on tags beyond what is documented there.- Parameters:
 tags- Tags attached to the resource. Array of maps, each of the formstring:string (key:value). See Best practices and strategies in Tagging AWS Resources and Tag Editor for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no constraints on tags beyond what is documented there.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -