Interface License.Builder

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

@Mutable @NotThreadSafe public static interface License.Builder extends SdkPojo, CopyableBuilder<License.Builder,License>
  • Method Details

    • id

      An id associated with an EKS Anywhere subscription license.

      Parameters:
      id - An id associated with an EKS Anywhere subscription license.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • token

      License.Builder token(String token)

      An optional license token that can be used for extended support verification.

      Parameters:
      token - An optional license token that can be used for extended support verification.
      Returns:
      Returns a reference to this object so that method calls can be chained together.