Class UpdateMultiRegionClusterRequest

    • Method Detail

      • multiRegionClusterName

        public final String multiRegionClusterName()

        The name of the multi-Region cluster to be updated.

        Returns:
        The name of the multi-Region cluster to be updated.
      • nodeType

        public final String nodeType()

        The new node type to be used for the multi-Region cluster.

        Returns:
        The new node type to be used for the multi-Region cluster.
      • description

        public final String description()

        A new description for the multi-Region cluster.

        Returns:
        A new description for the multi-Region cluster.
      • engineVersion

        public final String engineVersion()

        The new engine version to be used for the multi-Region cluster.

        Returns:
        The new engine version to be used for the multi-Region cluster.
      • shardConfiguration

        public final ShardConfigurationRequest shardConfiguration()
        Returns the value of the ShardConfiguration property for this object.
        Returns:
        The value of the ShardConfiguration property for this object.
      • multiRegionParameterGroupName

        public final String multiRegionParameterGroupName()

        The new multi-Region parameter group to be associated with the cluster.

        Returns:
        The new multi-Region parameter group to be associated with the cluster.
      • updateStrategy

        public final UpdateStrategy updateStrategy()

        Whether to force the update even if it may cause data loss.

        If the service returns an enum value that is not available in the current SDK version, updateStrategy will return UpdateStrategy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from updateStrategyAsString().

        Returns:
        Whether to force the update even if it may cause data loss.
        See Also:
        UpdateStrategy
      • updateStrategyAsString

        public final String updateStrategyAsString()

        Whether to force the update even if it may cause data loss.

        If the service returns an enum value that is not available in the current SDK version, updateStrategy will return UpdateStrategy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from updateStrategyAsString().

        Returns:
        Whether to force the update even if it may cause data loss.
        See Also:
        UpdateStrategy
      • 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