@Generated(value="software.amazon.awssdk:codegen") public final class SpekeKeyProvider extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SpekeKeyProvider.Builder,SpekeKeyProvider>
| Modifier and Type | Class and Description |
|---|---|
static interface |
SpekeKeyProvider.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SpekeKeyProvider.Builder |
builder() |
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.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasSystemIds()
Returns true if the SystemIds property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
String |
resourceId()
The resource ID to include in key requests.
|
String |
roleArn()
An Amazon Resource Name (ARN) of an IAM role that AWS Elemental MediaPackage will assume when accessing the key
provider service.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SpekeKeyProvider.Builder> |
serializableBuilderClass() |
List<String> |
systemIds()
The system IDs to include in key requests.
|
SpekeKeyProvider.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
url()
The URL of the external key provider service.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String certificateArn()
public String resourceId()
public String roleArn()
public boolean hasSystemIds()
public List<String> systemIds()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasSystemIds() to see if a value was sent in this field.
public String url()
public SpekeKeyProvider.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SpekeKeyProvider.Builder,SpekeKeyProvider>public static SpekeKeyProvider.Builder builder()
public static Class<? extends SpekeKeyProvider.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.