@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RecordingConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
An object representing a configuration to record a channel stream.
| Constructor and Description |
|---|
RecordingConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
RecordingConfiguration |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
RecordingConfiguration |
clearTagsEntries()
Removes all the entries added into Tags.
|
RecordingConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
Recording-configuration ARN.
|
DestinationConfiguration |
getDestinationConfiguration()
A complex type that contains information about where recorded video will be stored.
|
String |
getName()
Recording-configuration name.
|
String |
getState()
Indicates the current state of the recording configuration.
|
Map<String,String> |
getTags()
Array of 1-50 maps, each of the form
string:string (key:value). |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setArn(String arn)
Recording-configuration ARN.
|
void |
setDestinationConfiguration(DestinationConfiguration destinationConfiguration)
A complex type that contains information about where recorded video will be stored.
|
void |
setName(String name)
Recording-configuration name.
|
void |
setState(String state)
Indicates the current state of the recording configuration.
|
void |
setTags(Map<String,String> tags)
Array of 1-50 maps, each of the form
string:string (key:value). |
String |
toString()
Returns a string representation of this object.
|
RecordingConfiguration |
withArn(String arn)
Recording-configuration ARN.
|
RecordingConfiguration |
withDestinationConfiguration(DestinationConfiguration destinationConfiguration)
A complex type that contains information about where recorded video will be stored.
|
RecordingConfiguration |
withName(String name)
Recording-configuration name.
|
RecordingConfiguration |
withState(RecordingConfigurationState state)
Indicates the current state of the recording configuration.
|
RecordingConfiguration |
withState(String state)
Indicates the current state of the recording configuration.
|
RecordingConfiguration |
withTags(Map<String,String> tags)
Array of 1-50 maps, each of the form
string:string (key:value). |
public void setArn(String arn)
Recording-configuration ARN.
arn - Recording-configuration ARN.public String getArn()
Recording-configuration ARN.
public RecordingConfiguration withArn(String arn)
Recording-configuration ARN.
arn - Recording-configuration ARN.public void setDestinationConfiguration(DestinationConfiguration destinationConfiguration)
A complex type that contains information about where recorded video will be stored.
destinationConfiguration - A complex type that contains information about where recorded video will be stored.public DestinationConfiguration getDestinationConfiguration()
A complex type that contains information about where recorded video will be stored.
public RecordingConfiguration withDestinationConfiguration(DestinationConfiguration destinationConfiguration)
A complex type that contains information about where recorded video will be stored.
destinationConfiguration - A complex type that contains information about where recorded video will be stored.public void setName(String name)
Recording-configuration name. The value does not need to be unique.
name - Recording-configuration name. The value does not need to be unique.public String getName()
Recording-configuration name. The value does not need to be unique.
public RecordingConfiguration withName(String name)
Recording-configuration name. The value does not need to be unique.
name - Recording-configuration name. The value does not need to be unique.public void setState(String state)
Indicates the current state of the recording configuration. When the state is ACTIVE, the
configuration is ready for recording a channel stream.
state - Indicates the current state of the recording configuration. When the state is ACTIVE, the
configuration is ready for recording a channel stream.RecordingConfigurationStatepublic String getState()
Indicates the current state of the recording configuration. When the state is ACTIVE, the
configuration is ready for recording a channel stream.
ACTIVE, the
configuration is ready for recording a channel stream.RecordingConfigurationStatepublic RecordingConfiguration withState(String state)
Indicates the current state of the recording configuration. When the state is ACTIVE, the
configuration is ready for recording a channel stream.
state - Indicates the current state of the recording configuration. When the state is ACTIVE, the
configuration is ready for recording a channel stream.RecordingConfigurationStatepublic RecordingConfiguration withState(RecordingConfigurationState state)
Indicates the current state of the recording configuration. When the state is ACTIVE, the
configuration is ready for recording a channel stream.
state - Indicates the current state of the recording configuration. When the state is ACTIVE, the
configuration is ready for recording a channel stream.RecordingConfigurationStatepublic Map<String,String> getTags()
Array of 1-50 maps, each of the form string:string (key:value).
string:string (key:value).public void setTags(Map<String,String> tags)
Array of 1-50 maps, each of the form string:string (key:value).
tags - Array of 1-50 maps, each of the form string:string (key:value).public RecordingConfiguration withTags(Map<String,String> tags)
Array of 1-50 maps, each of the form string:string (key:value).
tags - Array of 1-50 maps, each of the form string:string (key:value).public RecordingConfiguration addTagsEntry(String key, String value)
public RecordingConfiguration clearTagsEntries()
public String toString()
toString in class ObjectObject.toString()public RecordingConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.