Class SnapshotsRequest.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • ignoreUnavailable

        public final SnapshotsRequest.Builder ignoreUnavailable​(@Nullable
                                                                java.lang.Boolean value)
        Set to true to ignore unavailable snapshots

        API name: ignore_unavailable

      • repository

        public final SnapshotsRequest.Builder repository​(java.util.List<java.lang.String> list)
        Name of repository from which to fetch the snapshot information

        API name: repository

        Adds all elements of list to repository.

      • repository

        public final SnapshotsRequest.Builder repository​(java.lang.String value,
                                                         java.lang.String... values)
        Name of repository from which to fetch the snapshot information

        API name: repository

        Adds one or more values to repository.