Interface PrivateKeyFlagsV2.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PrivateKeyFlagsV2.Builder,PrivateKeyFlagsV2>,SdkBuilder<PrivateKeyFlagsV2.Builder,PrivateKeyFlagsV2>,SdkPojo
- Enclosing class:
- PrivateKeyFlagsV2
public static interface PrivateKeyFlagsV2.Builder extends SdkPojo, CopyableBuilder<PrivateKeyFlagsV2.Builder,PrivateKeyFlagsV2>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PrivateKeyFlagsV2.BuilderclientVersion(String clientVersion)Defines the minimum client compatibility.PrivateKeyFlagsV2.BuilderclientVersion(ClientCompatibilityV2 clientVersion)Defines the minimum client compatibility.PrivateKeyFlagsV2.BuilderexportableKey(Boolean exportableKey)Allows the private key to be exported.PrivateKeyFlagsV2.BuilderstrongKeyProtectionRequired(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, sdkFields
-
-
-
-
Method Detail
-
clientVersion
PrivateKeyFlagsV2.Builder clientVersion(String 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:
ClientCompatibilityV2,ClientCompatibilityV2
-
clientVersion
PrivateKeyFlagsV2.Builder clientVersion(ClientCompatibilityV2 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:
ClientCompatibilityV2,ClientCompatibilityV2
-
exportableKey
PrivateKeyFlagsV2.Builder exportableKey(Boolean 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
PrivateKeyFlagsV2.Builder strongKeyProtectionRequired(Boolean 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.
-
-