public static interface KeyValuePair.Builder extends SdkPojo, CopyableBuilder<KeyValuePair.Builder,KeyValuePair>
| Modifier and Type | Method and Description |
|---|---|
KeyValuePair.Builder |
key(String key)
For
SCTE35_ENHANCED output, defines a key. |
KeyValuePair.Builder |
value(String value)
For
SCTE35_ENHANCED output, defines a value. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildKeyValuePair.Builder key(String key)
For SCTE35_ENHANCED output, defines a key. MediaTailor takes this key, and its associated value,
and generates the key/value pair within the EXT-X-ASSETtag. If you specify a key, you must also
specify a corresponding value.
key - For SCTE35_ENHANCED output, defines a key. MediaTailor takes this key, and its associated
value, and generates the key/value pair within the EXT-X-ASSETtag. If you specify a key,
you must also specify a corresponding value.KeyValuePair.Builder value(String value)
For SCTE35_ENHANCED output, defines a value. MediaTailor; takes this value, and its associated
key, and generates the key/value pair within the EXT-X-ASSETtag. If you specify a value, you
must also specify a corresponding key.
value - For SCTE35_ENHANCED output, defines a value. MediaTailor; takes this value, and its
associated key, and generates the key/value pair within the EXT-X-ASSETtag. If you
specify a value, you must also specify a corresponding key.Copyright © 2023. All rights reserved.