Interface Import.Builder

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

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

    • name

      Import.Builder name(String name)

      The name of the import.

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

      Import.Builder revision(String revision)

      The revision of the import.

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