@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StorageConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
A complex type that describes a location where recorded videos will be stored.
Constructor and Description |
---|
StorageConfiguration() |
Modifier and Type | Method and Description |
---|---|
StorageConfiguration |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
StorageConfiguration |
clearTagsEntries()
Removes all the entries added into Tags.
|
StorageConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
ARN of the storage configuration.
|
String |
getName()
Name of the storage configuration.
|
S3StorageConfiguration |
getS3()
An S3 destination configuration where recorded videos will be stored.
|
Map<String,String> |
getTags()
Tags attached to the resource.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
ARN of the storage configuration.
|
void |
setName(String name)
Name of the storage configuration.
|
void |
setS3(S3StorageConfiguration s3)
An S3 destination configuration where recorded videos will be stored.
|
void |
setTags(Map<String,String> tags)
Tags attached to the resource.
|
String |
toString()
Returns a string representation of this object.
|
StorageConfiguration |
withArn(String arn)
ARN of the storage configuration.
|
StorageConfiguration |
withName(String name)
Name of the storage configuration.
|
StorageConfiguration |
withS3(S3StorageConfiguration s3)
An S3 destination configuration where recorded videos will be stored.
|
StorageConfiguration |
withTags(Map<String,String> tags)
Tags attached to the resource.
|
public void setArn(String arn)
ARN of the storage configuration.
arn
- ARN of the storage configuration.public String getArn()
ARN of the storage configuration.
public StorageConfiguration withArn(String arn)
ARN of the storage configuration.
arn
- ARN of the storage configuration.public void setName(String name)
Name of the storage configuration.
name
- Name of the storage configuration.public String getName()
Name of the storage configuration.
public StorageConfiguration withName(String name)
Name of the storage configuration.
name
- Name of the storage configuration.public void setS3(S3StorageConfiguration s3)
An S3 destination configuration where recorded videos will be stored.
s3
- An S3 destination configuration where recorded videos will be stored.public S3StorageConfiguration getS3()
An S3 destination configuration where recorded videos will be stored.
public StorageConfiguration withS3(S3StorageConfiguration s3)
An S3 destination configuration where recorded videos will be stored.
s3
- An S3 destination configuration where recorded videos will be stored.public Map<String,String> getTags()
Tags attached to the resource. Array of maps, each of the form string:string (key:value)
. See Tagging AWS Resources 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.
string:string (key:value)
.
See Tagging AWS Resources
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.public void setTags(Map<String,String> tags)
Tags attached to the resource. Array of maps, each of the form string:string (key:value)
. See Tagging AWS Resources 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.
tags
- Tags attached to the resource. Array of maps, each of the form string:string (key:value)
. See
Tagging AWS Resources 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.public StorageConfiguration withTags(Map<String,String> tags)
Tags attached to the resource. Array of maps, each of the form string:string (key:value)
. See Tagging AWS Resources 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.
tags
- Tags attached to the resource. Array of maps, each of the form string:string (key:value)
. See
Tagging AWS Resources 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.public StorageConfiguration addTagsEntry(String key, String value)
public StorageConfiguration clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public StorageConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.