Interface KeyGroupConfig.Builder

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

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

    • name

      A name to identify the key group.

      Parameters:
      name - A name to identify the key group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • items

      A list of the identifiers of the public keys in the key group.

      Parameters:
      items - A list of the identifiers of the public keys in the key group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • items

      KeyGroupConfig.Builder items(String... items)

      A list of the identifiers of the public keys in the key group.

      Parameters:
      items - A list of the identifiers of the public keys in the key group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • comment

      KeyGroupConfig.Builder comment(String comment)

      A comment to describe the key group. The comment cannot be longer than 128 characters.

      Parameters:
      comment - A comment to describe the key group. The comment cannot be longer than 128 characters.
      Returns:
      Returns a reference to this object so that method calls can be chained together.