Class SnapshotResult.Builder

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String snapshotId  
    • Constructor Summary

      Constructors 
      Constructor Description
      Builder()  
    • Method Summary

      Modifier and Type Method Description
      SnapshotResult build()
      Build a model object with the information set in the builder object.
      SnapshotResult.Builder setSnapshotId​(java.lang.String snapshotId)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • snapshotId

        public java.lang.String snapshotId
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • build

        public SnapshotResult build()
        Description copied from interface: IModelObject.Builder
        Build a model object with the information set in the builder object.
        The type of the model object and its methods depend on its corresponding implementation.
        Returns:
        A model object.