@Generated(value="software.amazon.awssdk:codegen") public final class ImportKeyMaterial extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ImportKeyMaterial.Builder,ImportKeyMaterial>
Parameter information for key material import.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ImportKeyMaterial.Builder |
static class |
ImportKeyMaterial.Type |
| Modifier and Type | Method and Description |
|---|---|
static ImportKeyMaterial.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
static ImportKeyMaterial |
fromRootCertificatePublicKey(Consumer<RootCertificatePublicKey.Builder> rootCertificatePublicKey)
Create an instance of this class with
rootCertificatePublicKey() initialized to the given value. |
static ImportKeyMaterial |
fromRootCertificatePublicKey(RootCertificatePublicKey rootCertificatePublicKey)
Create an instance of this class with
rootCertificatePublicKey() initialized to the given value. |
static ImportKeyMaterial |
fromTr31KeyBlock(Consumer<ImportTr31KeyBlock.Builder> tr31KeyBlock)
Create an instance of this class with
tr31KeyBlock() initialized to the given value. |
static ImportKeyMaterial |
fromTr31KeyBlock(ImportTr31KeyBlock tr31KeyBlock)
Create an instance of this class with
tr31KeyBlock() initialized to the given value. |
static ImportKeyMaterial |
fromTr34KeyBlock(Consumer<ImportTr34KeyBlock.Builder> tr34KeyBlock)
Create an instance of this class with
tr34KeyBlock() initialized to the given value. |
static ImportKeyMaterial |
fromTr34KeyBlock(ImportTr34KeyBlock tr34KeyBlock)
Create an instance of this class with
tr34KeyBlock() initialized to the given value. |
static ImportKeyMaterial |
fromTrustedCertificatePublicKey(Consumer<TrustedCertificatePublicKey.Builder> trustedCertificatePublicKey)
Create an instance of this class with
trustedCertificatePublicKey() initialized to the given value. |
static ImportKeyMaterial |
fromTrustedCertificatePublicKey(TrustedCertificatePublicKey trustedCertificatePublicKey)
Create an instance of this class with
trustedCertificatePublicKey() initialized to the given value. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
RootCertificatePublicKey |
rootCertificatePublicKey()
Parameter information for root public key certificate import.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ImportKeyMaterial.Builder> |
serializableBuilderClass() |
ImportKeyMaterial.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
ImportTr31KeyBlock |
tr31KeyBlock()
Parameter information for key material import using TR-31 standard.
|
ImportTr34KeyBlock |
tr34KeyBlock()
Parameter information for key material import using TR-34 standard.
|
TrustedCertificatePublicKey |
trustedCertificatePublicKey()
Parameter information for trusted public key certificate import.
|
ImportKeyMaterial.Type |
type()
Retrieve an enum value representing which member of this object is populated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final RootCertificatePublicKey rootCertificatePublicKey()
Parameter information for root public key certificate import.
public final ImportTr31KeyBlock tr31KeyBlock()
Parameter information for key material import using TR-31 standard.
public final ImportTr34KeyBlock tr34KeyBlock()
Parameter information for key material import using TR-34 standard.
public final TrustedCertificatePublicKey trustedCertificatePublicKey()
Parameter information for trusted public key certificate import.
public ImportKeyMaterial.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ImportKeyMaterial.Builder,ImportKeyMaterial>public static ImportKeyMaterial.Builder builder()
public static Class<? extends ImportKeyMaterial.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public static ImportKeyMaterial fromRootCertificatePublicKey(RootCertificatePublicKey rootCertificatePublicKey)
rootCertificatePublicKey() initialized to the given value.
Parameter information for root public key certificate import.
rootCertificatePublicKey - Parameter information for root public key certificate import.public static ImportKeyMaterial fromRootCertificatePublicKey(Consumer<RootCertificatePublicKey.Builder> rootCertificatePublicKey)
rootCertificatePublicKey() initialized to the given value.
Parameter information for root public key certificate import.
rootCertificatePublicKey - Parameter information for root public key certificate import.public static ImportKeyMaterial fromTr31KeyBlock(ImportTr31KeyBlock tr31KeyBlock)
tr31KeyBlock() initialized to the given value.
Parameter information for key material import using TR-31 standard.
tr31KeyBlock - Parameter information for key material import using TR-31 standard.public static ImportKeyMaterial fromTr31KeyBlock(Consumer<ImportTr31KeyBlock.Builder> tr31KeyBlock)
tr31KeyBlock() initialized to the given value.
Parameter information for key material import using TR-31 standard.
tr31KeyBlock - Parameter information for key material import using TR-31 standard.public static ImportKeyMaterial fromTr34KeyBlock(ImportTr34KeyBlock tr34KeyBlock)
tr34KeyBlock() initialized to the given value.
Parameter information for key material import using TR-34 standard.
tr34KeyBlock - Parameter information for key material import using TR-34 standard.public static ImportKeyMaterial fromTr34KeyBlock(Consumer<ImportTr34KeyBlock.Builder> tr34KeyBlock)
tr34KeyBlock() initialized to the given value.
Parameter information for key material import using TR-34 standard.
tr34KeyBlock - Parameter information for key material import using TR-34 standard.public static ImportKeyMaterial fromTrustedCertificatePublicKey(TrustedCertificatePublicKey trustedCertificatePublicKey)
trustedCertificatePublicKey() initialized to the given value.
Parameter information for trusted public key certificate import.
trustedCertificatePublicKey - Parameter information for trusted public key certificate import.public static ImportKeyMaterial fromTrustedCertificatePublicKey(Consumer<TrustedCertificatePublicKey.Builder> trustedCertificatePublicKey)
trustedCertificatePublicKey() initialized to the given value.
Parameter information for trusted public key certificate import.
trustedCertificatePublicKey - Parameter information for trusted public key certificate import.public ImportKeyMaterial.Type type()
ImportKeyMaterial.Type.UNKNOWN_TO_SDK_VERSION if the
service returned a member that is only known to a newer SDK version.
When this class is created directly in your code, this will be ImportKeyMaterial.Type.UNKNOWN_TO_SDK_VERSION if zero
members are set, and null if more than one member is set.Copyright © 2023. All rights reserved.