Class ImageIdentityByCRN.Builder

java.lang.Object
com.ibm.cloud.is.vpc.v1.model.ImageIdentityByCRN.Builder
Enclosing class:
ImageIdentityByCRN

public static class ImageIdentityByCRN.Builder extends Object
Builder.
  • Constructor Details

    • Builder

      public Builder(ImageIdentity imageIdentityByCrn)
      Instantiates a new Builder from an existing ImageIdentityByCRN instance.
      Parameters:
      imageIdentityByCrn - the instance to initialize the Builder with
    • Builder

      public Builder()
      Instantiates a new builder.
    • Builder

      public Builder(String crn)
      Instantiates a new builder with required properties.
      Parameters:
      crn - the crn
  • Method Details

    • build

      public ImageIdentityByCRN build()
      Builds a ImageIdentityByCRN.
      Returns:
      the new ImageIdentityByCRN instance
    • crn

      Set the crn.
      Parameters:
      crn - the crn
      Returns:
      the ImageIdentityByCRN builder