Interface PrivateKeyFlagsV4.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PrivateKeyFlagsV4.Builder,
,PrivateKeyFlagsV4> SdkBuilder<PrivateKeyFlagsV4.Builder,
,PrivateKeyFlagsV4> SdkPojo
- Enclosing class:
PrivateKeyFlagsV4
@Mutable
@NotThreadSafe
public static interface PrivateKeyFlagsV4.Builder
extends SdkPojo, CopyableBuilder<PrivateKeyFlagsV4.Builder,PrivateKeyFlagsV4>
-
Method Summary
Modifier and TypeMethodDescriptionclientVersion
(String clientVersion) Defines the minimum client compatibility.clientVersion
(ClientCompatibilityV4 clientVersion) Defines the minimum client compatibility.exportableKey
(Boolean exportableKey) Allows the private key to be exported.requireAlternateSignatureAlgorithm
(Boolean requireAlternateSignatureAlgorithm) Requires the PKCS #1 v2.1 signature format for certificates.requireSameKeyRenewal
(Boolean requireSameKeyRenewal) Renew certificate using the same private key.strongKeyProtectionRequired
(Boolean strongKeyProtectionRequired) Require user input when using the private key for enrollment.useLegacyProvider
(Boolean useLegacyProvider) Specifies the cryptographic service provider category used to generate private keys.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
clientVersion
Defines the minimum client compatibility.
- Parameters:
clientVersion
- Defines the minimum client compatibility.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
clientVersion
Defines the minimum client compatibility.
- Parameters:
clientVersion
- Defines the minimum client compatibility.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
exportableKey
Allows the private key to be exported.
- Parameters:
exportableKey
- Allows the private key to be exported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requireAlternateSignatureAlgorithm
PrivateKeyFlagsV4.Builder requireAlternateSignatureAlgorithm(Boolean requireAlternateSignatureAlgorithm) Requires the PKCS #1 v2.1 signature format for certificates. You should verify that your CA, objects, and applications can accept this signature format.
- Parameters:
requireAlternateSignatureAlgorithm
- Requires the PKCS #1 v2.1 signature format for certificates. You should verify that your CA, objects, and applications can accept this signature format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requireSameKeyRenewal
Renew certificate using the same private key.
- Parameters:
requireSameKeyRenewal
- Renew certificate using the same private key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
strongKeyProtectionRequired
Require user input when using the private key for enrollment.
- Parameters:
strongKeyProtectionRequired
- Require user input when using the private key for enrollment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
useLegacyProvider
Specifies the cryptographic service provider category used to generate private keys. Set to TRUE to use Legacy Cryptographic Service Providers and FALSE to use Key Storage Providers.
- Parameters:
useLegacyProvider
- Specifies the cryptographic service provider category used to generate private keys. Set to TRUE to use Legacy Cryptographic Service Providers and FALSE to use Key Storage Providers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-