Interface PrivateKeyFlagsV2.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PrivateKeyFlagsV2.Builder,
,PrivateKeyFlagsV2> SdkBuilder<PrivateKeyFlagsV2.Builder,
,PrivateKeyFlagsV2> SdkPojo
- Enclosing class:
PrivateKeyFlagsV2
@Mutable
@NotThreadSafe
public static interface PrivateKeyFlagsV2.Builder
extends SdkPojo, CopyableBuilder<PrivateKeyFlagsV2.Builder,PrivateKeyFlagsV2>
-
Method Summary
Modifier and TypeMethodDescriptionclientVersion
(String clientVersion) Defines the minimum client compatibility.clientVersion
(ClientCompatibilityV2 clientVersion) Defines the minimum client compatibility.exportableKey
(Boolean exportableKey) Allows the private key to be exported.strongKeyProtectionRequired
(Boolean strongKeyProtectionRequired) Require user input when using the private key for enrollment.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.
-
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.
-