@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()
An Amazon Resource Name (ARN) of a Certificate Manager certificate that MediaPackage will use for enforcing
secure end-to-end data transfer with the key provider service.
|
EncryptionContractConfiguration |
getEncryptionContractConfiguration() |
String |
getResourceId()
The resource ID to include in key requests.
|
String |
getRoleArn()
An Amazon Resource Name (ARN) of an IAM role that AWS Elemental MediaPackage will assume when accessing the key
provider service.
|
List<String> |
getSystemIds()
The system IDs to include in key requests.
|
String |
getUrl()
The URL of the external key provider service.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCertificateArn(String certificateArn)
An Amazon Resource Name (ARN) of a Certificate Manager certificate that MediaPackage will use for enforcing
secure end-to-end data transfer with the key provider service.
|
void |
setEncryptionContractConfiguration(EncryptionContractConfiguration encryptionContractConfiguration) |
void |
setResourceId(String resourceId)
The resource ID to include in key requests.
|
void |
setRoleArn(String roleArn)
An Amazon Resource Name (ARN) of an IAM role that AWS Elemental MediaPackage will assume when accessing the key
provider service.
|
void |
setSystemIds(Collection<String> systemIds)
The system IDs to include in key requests.
|
void |
setUrl(String url)
The URL of the external key provider service.
|
String |
toString()
Returns a string representation of this object.
|
SpekeKeyProvider |
withCertificateArn(String certificateArn)
An Amazon Resource Name (ARN) of a Certificate Manager certificate that MediaPackage will use for enforcing
secure end-to-end data transfer with the key provider service.
|
SpekeKeyProvider |
withEncryptionContractConfiguration(EncryptionContractConfiguration encryptionContractConfiguration) |
SpekeKeyProvider |
withResourceId(String resourceId)
The resource ID to include in key requests.
|
SpekeKeyProvider |
withRoleArn(String roleArn)
An Amazon Resource Name (ARN) of an IAM role that AWS Elemental MediaPackage will assume when accessing the key
provider service.
|
SpekeKeyProvider |
withSystemIds(Collection<String> systemIds)
The system IDs to include in key requests.
|
SpekeKeyProvider |
withSystemIds(String... systemIds)
The system IDs to include in key requests.
|
SpekeKeyProvider |
withUrl(String url)
The URL of the external key provider service.
|
public void setCertificateArn(String certificateArn)
certificateArn
- An Amazon Resource Name (ARN) of a Certificate Manager certificate that MediaPackage will use for
enforcing secure end-to-end data transfer with the key provider service.public String getCertificateArn()
public SpekeKeyProvider withCertificateArn(String certificateArn)
certificateArn
- An Amazon Resource Name (ARN) of a Certificate Manager certificate that MediaPackage will use for
enforcing secure end-to-end data transfer with the key provider service.public void setEncryptionContractConfiguration(EncryptionContractConfiguration encryptionContractConfiguration)
encryptionContractConfiguration
- public EncryptionContractConfiguration getEncryptionContractConfiguration()
public SpekeKeyProvider withEncryptionContractConfiguration(EncryptionContractConfiguration encryptionContractConfiguration)
encryptionContractConfiguration
- public void setResourceId(String resourceId)
resourceId
- The resource ID to include in key requests.public String getResourceId()
public SpekeKeyProvider withResourceId(String resourceId)
resourceId
- The resource ID to include in key requests.public void setRoleArn(String roleArn)
roleArn
- An Amazon Resource Name (ARN) of an IAM role that AWS Elemental MediaPackage will assume when accessing
the key provider service.public String getRoleArn()
public SpekeKeyProvider withRoleArn(String roleArn)
roleArn
- An Amazon Resource Name (ARN) of an IAM role that AWS Elemental MediaPackage will assume when accessing
the key provider service.public List<String> getSystemIds()
public void setSystemIds(Collection<String> systemIds)
systemIds
- The system IDs to include in key requests.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
- The system IDs to include in key requests.public SpekeKeyProvider withSystemIds(Collection<String> systemIds)
systemIds
- The system IDs to include in key requests.public void setUrl(String url)
url
- The URL of the external key provider service.public String getUrl()
public SpekeKeyProvider withUrl(String url)
url
- The URL of the external key provider service.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.