Class ModifyClusterMaintenanceRequest

    • Method Detail

      • clusterIdentifier

        public final String clusterIdentifier()

        A unique identifier for the cluster.

        Returns:
        A unique identifier for the cluster.
      • deferMaintenance

        public final Boolean deferMaintenance()

        A boolean indicating whether to enable the deferred maintenance window.

        Returns:
        A boolean indicating whether to enable the deferred maintenance window.
      • deferMaintenanceIdentifier

        public final String deferMaintenanceIdentifier()

        A unique identifier for the deferred maintenance window.

        Returns:
        A unique identifier for the deferred maintenance window.
      • deferMaintenanceStartTime

        public final Instant deferMaintenanceStartTime()

        A timestamp indicating the start time for the deferred maintenance window.

        Returns:
        A timestamp indicating the start time for the deferred maintenance window.
      • deferMaintenanceEndTime

        public final Instant deferMaintenanceEndTime()

        A timestamp indicating end time for the deferred maintenance window. If you specify an end time, you can't specify a duration.

        Returns:
        A timestamp indicating end time for the deferred maintenance window. If you specify an end time, you can't specify a duration.
      • deferMaintenanceDuration

        public final Integer deferMaintenanceDuration()

        An integer indicating the duration of the maintenance window in days. If you specify a duration, you can't specify an end time. The duration must be 45 days or less.

        Returns:
        An integer indicating the duration of the maintenance window in days. If you specify a duration, you can't specify an end time. The duration must be 45 days or less.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object