@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()
An arbitrary string (a nickname) assigned to a recording configuration that helps the customer identify that
resource.
|
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)
Marshalls this structured data using the given
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)
An arbitrary string (a nickname) assigned to a recording configuration that helps the customer identify that
resource.
|
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)
An arbitrary string (a nickname) assigned to a recording configuration that helps the customer identify that
resource.
|
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 setName(String name)
An arbitrary string (a nickname) assigned to a recording configuration that helps the customer identify that resource. The value does not need to be unique.
name
- An arbitrary string (a nickname) assigned to a recording configuration that helps the customer identify
that resource. The value does not need to be unique.public String getName()
An arbitrary string (a nickname) assigned to a recording configuration that helps the customer identify that resource. The value does not need to be unique.
public RecordingConfiguration withName(String name)
An arbitrary string (a nickname) assigned to a recording configuration that helps the customer identify that resource. The value does not need to be unique.
name
- An arbitrary string (a nickname) assigned to a recording configuration that helps the customer identify
that resource. The value does not need to be unique.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 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.RecordingConfigurationState
public 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.RecordingConfigurationState
public 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.RecordingConfigurationState
public 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.RecordingConfigurationState
public 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 Object
Object.toString()
public RecordingConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.