Class KinesisVideoStreamConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.chimesdkmediapipelines.model.KinesisVideoStreamConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<KinesisVideoStreamConfiguration.Builder,KinesisVideoStreamConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class KinesisVideoStreamConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<KinesisVideoStreamConfiguration.Builder,KinesisVideoStreamConfiguration>
The configuration of an Kinesis video stream.
If a meeting uses an opt-in Region as its MediaRegion, the KVS stream must be in that same Region. For example, if a meeting uses the
af-south-1Region, the KVS stream must also be inaf-south-1. However, if the meeting uses a Region that AWS turns on by default, the KVS stream can be in any available Region, including an opt-in Region. For example, if the meeting usesca-central-1, the KVS stream can be ineu-west-2,us-east-1,af-south-1, or any other Region that the Amazon Chime SDK supports.To learn which AWS Region a meeting uses, call the GetMeeting API and use the MediaRegion parameter from the response.
For more information about opt-in Regions, refer to Available Regions in the Amazon Chime SDK Developer Guide, and Specify which AWS Regions your account can use, in the AWS Account Management Reference Guide.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceKinesisVideoStreamConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static KinesisVideoStreamConfiguration.Builderbuilder()IntegerdataRetentionInHours()The amount of time that data is retained.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringregion()The Amazon Web Services Region of the video stream.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends KinesisVideoStreamConfiguration.Builder>serializableBuilderClass()KinesisVideoStreamConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
region
public final String region()
The Amazon Web Services Region of the video stream.
- Returns:
- The Amazon Web Services Region of the video stream.
-
dataRetentionInHours
public final Integer dataRetentionInHours()
The amount of time that data is retained.
- Returns:
- The amount of time that data is retained.
-
toBuilder
public KinesisVideoStreamConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<KinesisVideoStreamConfiguration.Builder,KinesisVideoStreamConfiguration>
-
builder
public static KinesisVideoStreamConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends KinesisVideoStreamConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-