public static interface SecurityKey.Builder extends SdkPojo, CopyableBuilder<SecurityKey.Builder,SecurityKey>
| Modifier and Type | Method and Description |
|---|---|
SecurityKey.Builder |
associationId(String associationId)
The existing association identifier that uniquely identifies the resource type and storage config for the
given instance ID.
|
SecurityKey.Builder |
creationTime(Instant creationTime)
When the security key was created.
|
SecurityKey.Builder |
key(String key)
The key of the security key.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSecurityKey.Builder associationId(String associationId)
The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.
associationId - The existing association identifier that uniquely identifies the resource type and storage config for
the given instance ID.SecurityKey.Builder key(String key)
The key of the security key.
key - The key of the security key.SecurityKey.Builder creationTime(Instant creationTime)
When the security key was created.
creationTime - When the security key was created.Copyright © 2022. All rights reserved.