Class CreateSnapshotOptions.Builder

    • Constructor Detail

      • Builder

        public Builder()
        Instantiates a new builder.
      • Builder

        public Builder​(SnapshotPrototype snapshotPrototype)
        Instantiates a new builder with required properties.
        Parameters:
        snapshotPrototype - the snapshotPrototype
    • Method Detail

      • build

        public CreateSnapshotOptions build()
        Builds a CreateSnapshotOptions.
        Returns:
        the new CreateSnapshotOptions instance
      • snapshotPrototype

        public CreateSnapshotOptions.Builder snapshotPrototype​(SnapshotPrototype snapshotPrototype)
        Set the snapshotPrototype.
        Parameters:
        snapshotPrototype - the snapshotPrototype
        Returns:
        the CreateSnapshotOptions builder