Interface KeyGroup.Builder

    • Method Detail

      • id

        KeyGroup.Builder id​(String id)

        The identifier for the key group.

        Parameters:
        id - The identifier for the key group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastModifiedTime

        KeyGroup.Builder lastModifiedTime​(Instant lastModifiedTime)

        The date and time when the key group was last modified.

        Parameters:
        lastModifiedTime - The date and time when the key group was last modified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • keyGroupConfig

        KeyGroup.Builder keyGroupConfig​(KeyGroupConfig keyGroupConfig)

        The key group configuration.

        Parameters:
        keyGroupConfig - The key group configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.