Interface Software.Builder

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

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

    • name

      The name of the software component.

      Parameters:
      name - The name of the software component.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • version

      Software.Builder version(String version)

      The version of the software component.

      Parameters:
      version - The version of the software component.
      Returns:
      Returns a reference to this object so that method calls can be chained together.