Class SnapshotOptionsStatus

    • Constructor Detail

      • SnapshotOptionsStatus

        public SnapshotOptionsStatus()
    • Method Detail

      • setOptions

        public void setOptions​(SnapshotOptions options)

        Specifies the daily snapshot options specified for the Elasticsearch domain.

        Parameters:
        options - Specifies the daily snapshot options specified for the Elasticsearch domain.
      • getOptions

        public SnapshotOptions getOptions()

        Specifies the daily snapshot options specified for the Elasticsearch domain.

        Returns:
        Specifies the daily snapshot options specified for the Elasticsearch domain.
      • withOptions

        public SnapshotOptionsStatus withOptions​(SnapshotOptions options)

        Specifies the daily snapshot options specified for the Elasticsearch domain.

        Parameters:
        options - Specifies the daily snapshot options specified for the Elasticsearch domain.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStatus

        public void setStatus​(OptionStatus status)

        Specifies the status of a daily automated snapshot.

        Parameters:
        status - Specifies the status of a daily automated snapshot.
      • getStatus

        public OptionStatus getStatus()

        Specifies the status of a daily automated snapshot.

        Returns:
        Specifies the status of a daily automated snapshot.
      • withStatus

        public SnapshotOptionsStatus withStatus​(OptionStatus status)

        Specifies the status of a daily automated snapshot.

        Parameters:
        status - Specifies the status of a daily automated snapshot.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object