Class TestFailoverRequest

    • Method Detail

      • replicationGroupId

        public final String replicationGroupId()

        The name of the replication group (console: cluster) whose automatic failover is being tested by this operation.

        Returns:
        The name of the replication group (console: cluster) whose automatic failover is being tested by this operation.
      • nodeGroupId

        public final String nodeGroupId()

        The name of the node group (called shard in the console) in this replication group on which automatic failover is to be tested. You may test automatic failover on up to 5 node groups in any rolling 24-hour period.

        Returns:
        The name of the node group (called shard in the console) in this replication group on which automatic failover is to be tested. You may test automatic failover on up to 5 node groups in any rolling 24-hour period.
      • 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