public static interface SpekeKeyProvider.Builder extends CopyableBuilder<SpekeKeyProvider.Builder,SpekeKeyProvider>
| Modifier and Type | Method and Description |
|---|---|
SpekeKeyProvider.Builder |
resourceId(String resourceId)
The SPEKE-compliant server uses Resource ID (ResourceId) to identify content.
|
SpekeKeyProvider.Builder |
systemIds(Collection<String> systemIds)
Relates to SPEKE implementation.
|
SpekeKeyProvider.Builder |
systemIds(String... systemIds)
Relates to SPEKE implementation.
|
SpekeKeyProvider.Builder |
url(String url)
Use URL (Url) to specify the SPEKE-compliant server that will provide keys for content.
|
copyapply, buildSpekeKeyProvider.Builder resourceId(String resourceId)
resourceId - The SPEKE-compliant server uses Resource ID (ResourceId) to identify content.SpekeKeyProvider.Builder systemIds(Collection<String> systemIds)
systemIds - Relates to SPEKE implementation. DRM system identifiers. DASH output groups support a max of two
system ids. Other group types support one system id.SpekeKeyProvider.Builder systemIds(String... systemIds)
systemIds - Relates to SPEKE implementation. DRM system identifiers. DASH output groups support a max of two
system ids. Other group types support one system id.SpekeKeyProvider.Builder url(String url)
url - Use URL (Url) to specify the SPEKE-compliant server that will provide keys for content.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.