Interface SecurityKey.Builder

All Superinterfaces:
Buildable, CopyableBuilder<SecurityKey.Builder,SecurityKey>, SdkBuilder<SecurityKey.Builder,SecurityKey>, SdkPojo
Enclosing class:
SecurityKey

public static interface SecurityKey.Builder extends SdkPojo, CopyableBuilder<SecurityKey.Builder,SecurityKey>
  • Method Details

    • associationId

      SecurityKey.Builder associationId(String associationId)

      The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.

      Parameters:
      associationId - The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • key

      The key of the security key.

      Parameters:
      key - The key of the security key.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • creationTime

      SecurityKey.Builder creationTime(Instant creationTime)

      When the security key was created.

      Parameters:
      creationTime - When the security key was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.