Uses of Interface
software.amazon.awssdk.services.pcaconnectorad.model.PrivateKeyFlagsV2.Builder
-
Packages that use PrivateKeyFlagsV2.Builder Package Description software.amazon.awssdk.services.pcaconnectorad.model -
-
Uses of PrivateKeyFlagsV2.Builder in software.amazon.awssdk.services.pcaconnectorad.model
Methods in software.amazon.awssdk.services.pcaconnectorad.model that return PrivateKeyFlagsV2.Builder Modifier and Type Method Description static PrivateKeyFlagsV2.BuilderPrivateKeyFlagsV2. builder()PrivateKeyFlagsV2.BuilderPrivateKeyFlagsV2.Builder. clientVersion(String clientVersion)Defines the minimum client compatibility.PrivateKeyFlagsV2.BuilderPrivateKeyFlagsV2.Builder. clientVersion(ClientCompatibilityV2 clientVersion)Defines the minimum client compatibility.PrivateKeyFlagsV2.BuilderPrivateKeyFlagsV2.Builder. exportableKey(Boolean exportableKey)Allows the private key to be exported.PrivateKeyFlagsV2.BuilderPrivateKeyFlagsV2.Builder. strongKeyProtectionRequired(Boolean strongKeyProtectionRequired)Require user input when using the private key for enrollment.PrivateKeyFlagsV2.BuilderPrivateKeyFlagsV2. toBuilder()Methods in software.amazon.awssdk.services.pcaconnectorad.model that return types with arguments of type PrivateKeyFlagsV2.Builder Modifier and Type Method Description static Class<? extends PrivateKeyFlagsV2.Builder>PrivateKeyFlagsV2. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.pcaconnectorad.model with type arguments of type PrivateKeyFlagsV2.Builder Modifier and Type Method Description default TemplateV2.BuilderTemplateV2.Builder. privateKeyFlags(Consumer<PrivateKeyFlagsV2.Builder> privateKeyFlags)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.
-