@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()
Optional AWS Certificate Manager ARN for a certificate to send to the keyprovider.
|
String |
getResourceId()
The SPEKE-compliant server uses Resource ID (ResourceId) to identify content.
|
List<String> |
getSystemIds()
Relates to SPEKE implementation.
|
String |
getUrl()
Use URL (Url) to specify the SPEKE-compliant server that will provide keys for content.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCertificateArn(String certificateArn)
Optional AWS Certificate Manager ARN for a certificate to send to the keyprovider.
|
void |
setResourceId(String resourceId)
The SPEKE-compliant server uses Resource ID (ResourceId) to identify content.
|
void |
setSystemIds(Collection<String> systemIds)
Relates to SPEKE implementation.
|
void |
setUrl(String url)
Use URL (Url) to specify the SPEKE-compliant server that will provide keys for content.
|
String |
toString()
Returns a string representation of this object.
|
SpekeKeyProvider |
withCertificateArn(String certificateArn)
Optional AWS Certificate Manager ARN for a certificate to send to the keyprovider.
|
SpekeKeyProvider |
withResourceId(String resourceId)
The SPEKE-compliant server uses Resource ID (ResourceId) to identify content.
|
SpekeKeyProvider |
withSystemIds(Collection<String> systemIds)
Relates to SPEKE implementation.
|
SpekeKeyProvider |
withSystemIds(String... systemIds)
Relates to SPEKE implementation.
|
SpekeKeyProvider |
withUrl(String url)
Use URL (Url) to specify the SPEKE-compliant server that will provide keys for content.
|
public void setCertificateArn(String certificateArn)
certificateArn - Optional AWS Certificate Manager ARN for a certificate to send to the keyprovider. The certificate holds a
key used by the keyprovider to encrypt the keys in its response.public String getCertificateArn()
public SpekeKeyProvider withCertificateArn(String certificateArn)
certificateArn - Optional AWS Certificate Manager ARN for a certificate to send to the keyprovider. The certificate holds a
key used by the keyprovider to encrypt the keys in its response.public void setResourceId(String resourceId)
resourceId - The SPEKE-compliant server uses Resource ID (ResourceId) to identify content.public String getResourceId()
public SpekeKeyProvider withResourceId(String resourceId)
resourceId - The SPEKE-compliant server uses Resource ID (ResourceId) to identify 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.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.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.public void setUrl(String url)
url - Use URL (Url) to specify the SPEKE-compliant server that will provide keys for content.public String getUrl()
public SpekeKeyProvider withUrl(String url)
url - Use URL (Url) to specify the SPEKE-compliant server that will provide keys for content.public String toString()
toString in class ObjectObject.toString()public SpekeKeyProvider clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.