@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class S3StorageConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
A complex type that describes an S3 location where recorded videos will be stored.
Constructor and Description |
---|
S3StorageConfiguration() |
Modifier and Type | Method and Description |
---|---|
S3StorageConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getBucketName()
Location (S3 bucket name) where recorded videos will be stored.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBucketName(String bucketName)
Location (S3 bucket name) where recorded videos will be stored.
|
String |
toString()
Returns a string representation of this object.
|
S3StorageConfiguration |
withBucketName(String bucketName)
Location (S3 bucket name) where recorded videos will be stored.
|
public void setBucketName(String bucketName)
Location (S3 bucket name) where recorded videos will be stored. Note that the StorageConfiguration and S3 bucket must be in the same region as the Composition.
bucketName
- Location (S3 bucket name) where recorded videos will be stored. Note that the StorageConfiguration and S3
bucket must be in the same region as the Composition.public String getBucketName()
Location (S3 bucket name) where recorded videos will be stored. Note that the StorageConfiguration and S3 bucket must be in the same region as the Composition.
public S3StorageConfiguration withBucketName(String bucketName)
Location (S3 bucket name) where recorded videos will be stored. Note that the StorageConfiguration and S3 bucket must be in the same region as the Composition.
bucketName
- Location (S3 bucket name) where recorded videos will be stored. Note that the StorageConfiguration and S3
bucket must be in the same region as the Composition.public String toString()
toString
in class Object
Object.toString()
public S3StorageConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.