@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SpekeKeyProvider extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
SpekeKeyProvider() |
Modifier and Type | Method and Description |
---|---|
SpekeKeyProvider |
clone() |
boolean |
equals(Object obj) |
String |
getCertificateArn()
If you want your key provider to encrypt the content keys that it provides to MediaConvert, set up a certificate
with a master key using AWS Certificate Manager.
|
String |
getResourceId()
Specify the resource ID that your SPEKE-compliant key provider uses to identify this content.
|
List<String> |
getSystemIds()
Relates to SPEKE implementation.
|
String |
getUrl()
Specify the URL to the key server that your SPEKE-compliant DRM key provider uses to provide keys for encrypting
your content.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCertificateArn(String certificateArn)
If you want your key provider to encrypt the content keys that it provides to MediaConvert, set up a certificate
with a master key using AWS Certificate Manager.
|
void |
setResourceId(String resourceId)
Specify the resource ID that your SPEKE-compliant key provider uses to identify this content.
|
void |
setSystemIds(Collection<String> systemIds)
Relates to SPEKE implementation.
|
void |
setUrl(String url)
Specify the URL to the key server that your SPEKE-compliant DRM key provider uses to provide keys for encrypting
your content.
|
String |
toString()
Returns a string representation of this object.
|
SpekeKeyProvider |
withCertificateArn(String certificateArn)
If you want your key provider to encrypt the content keys that it provides to MediaConvert, set up a certificate
with a master key using AWS Certificate Manager.
|
SpekeKeyProvider |
withResourceId(String resourceId)
Specify the resource ID that your SPEKE-compliant key provider uses to identify this content.
|
SpekeKeyProvider |
withSystemIds(Collection<String> systemIds)
Relates to SPEKE implementation.
|
SpekeKeyProvider |
withSystemIds(String... systemIds)
Relates to SPEKE implementation.
|
SpekeKeyProvider |
withUrl(String url)
Specify the URL to the key server that your SPEKE-compliant DRM key provider uses to provide keys for encrypting
your content.
|
public void setCertificateArn(String certificateArn)
certificateArn
- If you want your key provider to encrypt the content keys that it provides to MediaConvert, set up a
certificate with a master key using AWS Certificate Manager. Specify the certificate's Amazon Resource
Name (ARN) here.public String getCertificateArn()
public SpekeKeyProvider withCertificateArn(String certificateArn)
certificateArn
- If you want your key provider to encrypt the content keys that it provides to MediaConvert, set up a
certificate with a master key using AWS Certificate Manager. Specify the certificate's Amazon Resource
Name (ARN) here.public void setResourceId(String resourceId)
resourceId
- Specify the resource ID that your SPEKE-compliant key provider uses to identify this content.public String getResourceId()
public SpekeKeyProvider withResourceId(String resourceId)
resourceId
- Specify the resource ID that your SPEKE-compliant key provider uses to identify this content.public List<String> getSystemIds()
public void setSystemIds(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. See https://dashif.org/identifiers/content_protection/ for
more details.public SpekeKeyProvider withSystemIds(String... systemIds)
NOTE: This method appends the values to the existing list (if any). Use
setSystemIds(java.util.Collection)
or withSystemIds(java.util.Collection)
if you want to
override the existing values.
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. See https://dashif.org/identifiers/content_protection/ for
more details.public SpekeKeyProvider withSystemIds(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. See https://dashif.org/identifiers/content_protection/ for
more details.public void setUrl(String url)
url
- Specify the URL to the key server that your SPEKE-compliant DRM key provider uses to provide keys for
encrypting your content.public String getUrl()
public SpekeKeyProvider withUrl(String url)
url
- Specify the URL to the key server that your SPEKE-compliant DRM key provider uses to provide keys for
encrypting your content.public String toString()
toString
in class Object
Object.toString()
public SpekeKeyProvider clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.