Interface KGKeyPairIds.Builder

  • Method Details

    • keyGroupId

      KGKeyPairIds.Builder keyGroupId(String keyGroupId)

      The identifier of the key group that contains the public keys.

      Parameters:
      keyGroupId - The identifier of the key group that contains the public keys.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • keyPairIds

      KGKeyPairIds.Builder keyPairIds(KeyPairIds keyPairIds)
      Sets the value of the KeyPairIds property for this object.
      Parameters:
      keyPairIds - The new value for the KeyPairIds property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • keyPairIds

      default KGKeyPairIds.Builder keyPairIds(Consumer<KeyPairIds.Builder> keyPairIds)
      Sets the value of the KeyPairIds property for this object. This is a convenience method that creates an instance of the KeyPairIds.Builder avoiding the need to create one manually via KeyPairIds.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to keyPairIds(KeyPairIds).

      Parameters:
      keyPairIds - a consumer that will call methods on KeyPairIds.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: