@Generated(value="software.amazon.awssdk:codegen") public final class ExportTr31KeyBlock extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ExportTr31KeyBlock.Builder,ExportTr31KeyBlock>
Parameter information for key material export using TR-31 standard.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExportTr31KeyBlock.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ExportTr31KeyBlock.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ExportTr31KeyBlock.Builder> |
serializableBuilderClass() |
ExportTr31KeyBlock.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
wrappingKeyIdentifier()
The
KeyARN of the the wrapping key. |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String wrappingKeyIdentifier()
The KeyARN of the the wrapping key. This key encrypts or wraps the key under export for TR-31 key
block generation.
KeyARN of the the wrapping key. This key encrypts or wraps the key under export for
TR-31 key block generation.public ExportTr31KeyBlock.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ExportTr31KeyBlock.Builder,ExportTr31KeyBlock>public static ExportTr31KeyBlock.Builder builder()
public static Class<? extends ExportTr31KeyBlock.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.