Class ModifyGlobalReplicationGroupRequest

    • Method Detail

      • globalReplicationGroupId

        public final String globalReplicationGroupId()

        The name of the Global datastore

        Returns:
        The name of the Global datastore
      • applyImmediately

        public final Boolean applyImmediately()

        This parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible. Modifications to Global Replication Groups cannot be requested to be applied in PreferredMaintenceWindow.

        Returns:
        This parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible. Modifications to Global Replication Groups cannot be requested to be applied in PreferredMaintenceWindow.
      • cacheNodeType

        public final String cacheNodeType()

        A valid cache node type that you want to scale this Global datastore to.

        Returns:
        A valid cache node type that you want to scale this Global datastore to.
      • engineVersion

        public final String engineVersion()

        The upgraded version of the cache engine to be run on the clusters in the Global datastore.

        Returns:
        The upgraded version of the cache engine to be run on the clusters in the Global datastore.
      • cacheParameterGroupName

        public final String cacheParameterGroupName()

        The name of the cache parameter group to use with the Global datastore. It must be compatible with the major engine version used by the Global datastore.

        Returns:
        The name of the cache parameter group to use with the Global datastore. It must be compatible with the major engine version used by the Global datastore.
      • globalReplicationGroupDescription

        public final String globalReplicationGroupDescription()

        A description of the Global datastore

        Returns:
        A description of the Global datastore
      • automaticFailoverEnabled

        public final Boolean automaticFailoverEnabled()

        Determines whether a read replica is automatically promoted to read/write primary if the existing primary encounters a failure.

        Returns:
        Determines whether a read replica is automatically promoted to read/write primary if the existing primary encounters a failure.
      • 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