@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MediaSourceConfig extends Object implements Serializable, Cloneable, StructuredPojo
The configuration details that consist of the credentials required (MediaUriSecretArn and
MediaUriType) to access the media files that are streamed to the camera.
| Constructor and Description |
|---|
MediaSourceConfig() |
| Modifier and Type | Method and Description |
|---|---|
MediaSourceConfig |
clone() |
boolean |
equals(Object obj) |
String |
getMediaUriSecretArn()
The AWS Secrets Manager ARN for the username and password of the camera, or a local media file location.
|
String |
getMediaUriType()
The Uniform Resource Identifier (Uri) type.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setMediaUriSecretArn(String mediaUriSecretArn)
The AWS Secrets Manager ARN for the username and password of the camera, or a local media file location.
|
void |
setMediaUriType(String mediaUriType)
The Uniform Resource Identifier (Uri) type.
|
String |
toString()
Returns a string representation of this object.
|
MediaSourceConfig |
withMediaUriSecretArn(String mediaUriSecretArn)
The AWS Secrets Manager ARN for the username and password of the camera, or a local media file location.
|
MediaSourceConfig |
withMediaUriType(MediaUriType mediaUriType)
The Uniform Resource Identifier (Uri) type.
|
MediaSourceConfig |
withMediaUriType(String mediaUriType)
The Uniform Resource Identifier (Uri) type.
|
public void setMediaUriSecretArn(String mediaUriSecretArn)
The AWS Secrets Manager ARN for the username and password of the camera, or a local media file location.
mediaUriSecretArn - The AWS Secrets Manager ARN for the username and password of the camera, or a local media file location.public String getMediaUriSecretArn()
The AWS Secrets Manager ARN for the username and password of the camera, or a local media file location.
public MediaSourceConfig withMediaUriSecretArn(String mediaUriSecretArn)
The AWS Secrets Manager ARN for the username and password of the camera, or a local media file location.
mediaUriSecretArn - The AWS Secrets Manager ARN for the username and password of the camera, or a local media file location.public void setMediaUriType(String mediaUriType)
The Uniform Resource Identifier (Uri) type. The FILE_URI value can be used to stream local media
files.
mediaUriType - The Uniform Resource Identifier (Uri) type. The FILE_URI value can be used to stream local
media files.MediaUriTypepublic String getMediaUriType()
The Uniform Resource Identifier (Uri) type. The FILE_URI value can be used to stream local media
files.
FILE_URI value can be used to stream local
media files.MediaUriTypepublic MediaSourceConfig withMediaUriType(String mediaUriType)
The Uniform Resource Identifier (Uri) type. The FILE_URI value can be used to stream local media
files.
mediaUriType - The Uniform Resource Identifier (Uri) type. The FILE_URI value can be used to stream local
media files.MediaUriTypepublic MediaSourceConfig withMediaUriType(MediaUriType mediaUriType)
The Uniform Resource Identifier (Uri) type. The FILE_URI value can be used to stream local media
files.
mediaUriType - The Uniform Resource Identifier (Uri) type. The FILE_URI value can be used to stream local
media files.MediaUriTypepublic String toString()
toString in class ObjectObject.toString()public MediaSourceConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.