Interface SecurityKey.Builder

    • Method Detail

      • 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

        SecurityKey.Builder key​(String 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.