@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateRecordingConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateRecordingConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
CreateRecordingConfigurationRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateRecordingConfigurationRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateRecordingConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
DestinationConfiguration |
getDestinationConfiguration()
A complex type that contains a destination configuration for where recorded video will be stored.
|
String |
getName()
Recording-configuration name.
|
Map<String,String> |
getTags()
Array of 1-50 maps, each of the form
string:string (key:value) . |
ThumbnailConfiguration |
getThumbnailConfiguration()
A complex type that allows you to enable/disable the recording of thumbnails for a live session and modify the
interval at which thumbnails are generated for the live session.
|
int |
hashCode() |
void |
setDestinationConfiguration(DestinationConfiguration destinationConfiguration)
A complex type that contains a destination configuration for where recorded video will be stored.
|
void |
setName(String name)
Recording-configuration name.
|
void |
setTags(Map<String,String> tags)
Array of 1-50 maps, each of the form
string:string (key:value) . |
void |
setThumbnailConfiguration(ThumbnailConfiguration thumbnailConfiguration)
A complex type that allows you to enable/disable the recording of thumbnails for a live session and modify the
interval at which thumbnails are generated for the live session.
|
String |
toString()
Returns a string representation of this object.
|
CreateRecordingConfigurationRequest |
withDestinationConfiguration(DestinationConfiguration destinationConfiguration)
A complex type that contains a destination configuration for where recorded video will be stored.
|
CreateRecordingConfigurationRequest |
withName(String name)
Recording-configuration name.
|
CreateRecordingConfigurationRequest |
withTags(Map<String,String> tags)
Array of 1-50 maps, each of the form
string:string (key:value) . |
CreateRecordingConfigurationRequest |
withThumbnailConfiguration(ThumbnailConfiguration thumbnailConfiguration)
A complex type that allows you to enable/disable the recording of thumbnails for a live session and modify the
interval at which thumbnails are generated for the live session.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setDestinationConfiguration(DestinationConfiguration destinationConfiguration)
A complex type that contains a destination configuration for where recorded video will be stored.
destinationConfiguration
- A complex type that contains a destination configuration for where recorded video will be stored.public DestinationConfiguration getDestinationConfiguration()
A complex type that contains a destination configuration for where recorded video will be stored.
public CreateRecordingConfigurationRequest withDestinationConfiguration(DestinationConfiguration destinationConfiguration)
A complex type that contains a destination configuration for where recorded video will be stored.
destinationConfiguration
- A complex type that contains a destination configuration for 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 CreateRecordingConfigurationRequest 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 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 CreateRecordingConfigurationRequest 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 CreateRecordingConfigurationRequest addTagsEntry(String key, String value)
public CreateRecordingConfigurationRequest clearTagsEntries()
public void setThumbnailConfiguration(ThumbnailConfiguration thumbnailConfiguration)
A complex type that allows you to enable/disable the recording of thumbnails for a live session and modify the interval at which thumbnails are generated for the live session.
thumbnailConfiguration
- A complex type that allows you to enable/disable the recording of thumbnails for a live session and modify
the interval at which thumbnails are generated for the live session.public ThumbnailConfiguration getThumbnailConfiguration()
A complex type that allows you to enable/disable the recording of thumbnails for a live session and modify the interval at which thumbnails are generated for the live session.
public CreateRecordingConfigurationRequest withThumbnailConfiguration(ThumbnailConfiguration thumbnailConfiguration)
A complex type that allows you to enable/disable the recording of thumbnails for a live session and modify the interval at which thumbnails are generated for the live session.
thumbnailConfiguration
- A complex type that allows you to enable/disable the recording of thumbnails for a live session and modify
the interval at which thumbnails are generated for the live session.public String toString()
toString
in class Object
Object.toString()
public CreateRecordingConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()