@Generated(value="software.amazon.awssdk:codegen") public final class PrivateKeyFlagsV2 extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PrivateKeyFlagsV2.Builder,PrivateKeyFlagsV2>
Private key flags for v2 templates specify the client compatibility, if the private key can be exported, and if user input is required when using a private key.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PrivateKeyFlagsV2.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PrivateKeyFlagsV2.Builder |
builder() |
ClientCompatibilityV2 |
clientVersion()
Defines the minimum client compatibility.
|
String |
clientVersionAsString()
Defines the minimum client compatibility.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Boolean |
exportableKey()
Allows the private key to be exported.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends PrivateKeyFlagsV2.Builder> |
serializableBuilderClass() |
Boolean |
strongKeyProtectionRequired()
Require user input when using the private key for enrollment.
|
PrivateKeyFlagsV2.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ClientCompatibilityV2 clientVersion()
Defines the minimum client compatibility.
If the service returns an enum value that is not available in the current SDK version, clientVersion
will return ClientCompatibilityV2.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from clientVersionAsString().
ClientCompatibilityV2public final String clientVersionAsString()
Defines the minimum client compatibility.
If the service returns an enum value that is not available in the current SDK version, clientVersion
will return ClientCompatibilityV2.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from clientVersionAsString().
ClientCompatibilityV2public final Boolean exportableKey()
Allows the private key to be exported.
public final Boolean strongKeyProtectionRequired()
Require user input when using the private key for enrollment.
public PrivateKeyFlagsV2.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PrivateKeyFlagsV2.Builder,PrivateKeyFlagsV2>public static PrivateKeyFlagsV2.Builder builder()
public static Class<? extends PrivateKeyFlagsV2.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.