@Generated(value="software.amazon.awssdk:codegen") public final class UpdateEncryption extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UpdateEncryption.Builder,UpdateEncryption>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateEncryption.Builder |
| Modifier and Type | Method and Description |
|---|---|
Algorithm |
algorithm()
The type of algorithm that is used for the encryption (such as aes128, aes192, or aes256).
|
String |
algorithmAsString()
The type of algorithm that is used for the encryption (such as aes128, aes192, or aes256).
|
static UpdateEncryption.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
KeyType |
keyType()
The type of key that is used for the encryption.
|
String |
keyTypeAsString()
The type of key that is used for the encryption.
|
String |
roleArn()
The ARN of the role that you created during setup (when you set up AWS Elemental MediaConnect as a trusted
entity).
|
List<SdkField<?>> |
sdkFields() |
String |
secretArn()
The ARN that was assigned to the secret that you created in AWS Secrets Manager to store the encryption key.
|
static Class<? extends UpdateEncryption.Builder> |
serializableBuilderClass() |
UpdateEncryption.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic Algorithm algorithm()
If the service returns an enum value that is not available in the current SDK version, algorithm will
return Algorithm.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
algorithmAsString().
Algorithmpublic String algorithmAsString()
If the service returns an enum value that is not available in the current SDK version, algorithm will
return Algorithm.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
algorithmAsString().
Algorithmpublic KeyType keyType()
If the service returns an enum value that is not available in the current SDK version, keyType will
return KeyType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
keyTypeAsString().
KeyTypepublic String keyTypeAsString()
If the service returns an enum value that is not available in the current SDK version, keyType will
return KeyType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
keyTypeAsString().
KeyTypepublic String roleArn()
public String secretArn()
public UpdateEncryption.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<UpdateEncryption.Builder,UpdateEncryption>public static UpdateEncryption.Builder builder()
public static Class<? extends UpdateEncryption.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.